GNU bug report logs - #53920
[PATCH] gnu: lesspipe: Update to 2.02.

Previous Next

Package: guix-patches;

Reported by: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Date: Thu, 10 Feb 2022 16:53:01 UTC

Severity: normal

Tags: moreinfo, patch

Done: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
Subject: bug#53920: closed (Re: [bug#53920] [PATCH v3] gnu: lesspipe:
 Update to 2.03.)
Date: Wed, 02 Mar 2022 20:53:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 53920 <at> debbugs.gnu.org.

-- 
53920: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53920
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: 53920-close <at> debbugs.gnu.org
Cc: Maxime Devos <maximedevos <at> telenet.be>,
 Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Subject: Re: [bug#53920] [PATCH v3] gnu: lesspipe: Update to 2.03.
Date: Wed, 2 Mar 2022 21:52:19 +0100
Thanks for the review.

Changed to use #$(this-package-input, updated to 2.04 (which was 
released meanwhile) and pushed as d8e353c11bf1999255a2471b553ce754800b074a

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel <at> crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |


[Message part 3 (message/rfc822, inline)]
From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: lesspipe: Update to 2.02.
Date: Thu, 10 Feb 2022 17:52:31 +0100
* gnu/packages/less.scm (lesspipe): Update to 2.02.
---
 gnu/packages/less.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
-- 
2.30.2




This bug report was last modified 3 years and 79 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.