guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: lesspipe: Update to 1.89.


From: guix-commits
Subject: 01/04: gnu: lesspipe: Update to 1.89.
Date: Sun, 26 Sep 2021 07:04:31 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 2aa93a1bd7ceb7bcc960e920854ac2d3b1658695
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Sep 22 12:46:44 2021 +0200

    gnu: lesspipe: Update to 1.89.
    
    * gnu/packages/less.scm (lesspipe): Update to 1.89.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 81d7918..25b6759 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.86")
+    (version "1.89")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -68,7 +68,7 @@ text editors.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "14qsfwvsqn6r0najpfh5p68by4jwlg2hj4250cfi1hx3j9i5nhgn"))))
+                "0lxf0m4bgwhpwmwa5q2vklk31yhiaz049kpm4n2hqiyb5mlpa94a"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ; no tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]