diff mbox series

[bug#53920] gnu: lesspipe: Update to 2.02.

Message ID 639f99264ee673157112aec54d28c80842e4be52.1644511905.git.h.goebel@crazy-compilers.com
State Accepted
Headers show
Series [bug#53920] gnu: lesspipe: Update to 2.02. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Hartmut Goebel Feb. 10, 2022, 4:52 p.m. UTC
* gnu/packages/less.scm (lesspipe): Update to 2.02.
---
 gnu/packages/less.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Brice Waegeneire Feb. 12, 2022, 9:48 a.m. UTC | #1
Hello Hartmut,

Hartmut Goebel <h.goebel@crazy-compilers.com> writes:

> * gnu/packages/less.scm (lesspipe): Update to 2.02.
> ---
>  gnu/packages/less.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

[...]

Thank you for the patch, I wasn't able to build it tho. Because the previsou git
tag was named "1.91" and the latest one is "v2.02", so the commit field from
git-reference need to be adjusted.  Did you managed to build and test it on your
side before sending the patch?

Cheers,
- Brice
Hartmut Goebel Feb. 20, 2022, 4:54 p.m. UTC | #2
Am 12.02.22 um 10:48 schrieb Brice Waegeneire:
> Did you managed to build and test it on your
> side before sending the patch?

I though I did, but apparently I dd not. When looking at it, I saw that 
quite some stuff changed under the hood, too. I’ll send a new patch 
these days.
Hartmut Goebel Feb. 22, 2022, 6:42 p.m. UTC | #3
Hi Brice,

I'd appreciate your review on version 3 of the patch.

https://issues.guix.gnu.org/issue/53920#5
diff mbox series

Patch

diff --git a/gnu/packages/less.scm b/gnu/packages/less.scm
index e23b5d0c24..3322321ac6 100644
--- a/gnu/packages/less.scm
+++ b/gnu/packages/less.scm
@@ -59,7 +59,7 @@  text editors.")
 (define-public lesspipe
   (package
     (name "lesspipe")
-    (version "1.91")
+    (version "2.02")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -68,7 +68,7 @@  text editors.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "04dqvq6j4h451xqbvxzv6pv679hzzfm39pdm5vg7h3r45gzg0kps"))))
+                "15lcgawwqlpwa3kra44nnyx0jmidjqdq45xcr5q90kz8iqix3ll7"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ; no tests