unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53920] [PATCH] gnu: lesspipe: Update to 2.02.
@ 2022-02-10 16:52 Hartmut Goebel
  2022-02-12  9:48 ` Brice Waegeneire
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Hartmut Goebel @ 2022-02-10 16:52 UTC (permalink / raw)
  To: 53920

* 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





^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2022-03-02 21:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-10 16:52 [bug#53920] [PATCH] gnu: lesspipe: Update to 2.02 Hartmut Goebel
2022-02-12  9:48 ` Brice Waegeneire
2022-02-20 16:54   ` Hartmut Goebel
2022-02-22 18:42   ` Hartmut Goebel
2022-02-22  9:16 ` [bug#53920] [PATCH v2] " Hartmut Goebel
2022-02-22 18:39 ` [bug#53920] [PATCH v3] gnu: lesspipe: Update to 2.03 Hartmut Goebel
2022-02-27 22:06   ` [bug#53920] [PATCH] gnu: lesspipe: Update to 2.02 Ludovic Courtès
2022-02-27 22:22   ` [bug#53920] [PATCH v3] gnu: lesspipe: Update to 2.03 Maxime Devos
2022-02-28  8:25     ` Hartmut Goebel
2022-02-28  9:56       ` Nicolas Goaziou
2022-02-28 12:31         ` Hartmut Goebel
2022-02-28 12:50           ` Nicolas Goaziou
2022-03-02 20:52             ` bug#53920: " Hartmut Goebel

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).