guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: lesspipe: Update to 1.85.


From: guix-commits
Subject: branch master updated: gnu: lesspipe: Update to 1.85.
Date: Fri, 28 Aug 2020 21:52:23 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e9f56a6  gnu: lesspipe: Update to 1.85.
e9f56a6 is described below

commit e9f56a6df2bd1599f82e66d42e8f3af95a6309a1
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sat Aug 29 03:37:33 2020 +0200

    gnu: lesspipe: Update to 1.85.
    
    * gnu/packages/less.scm (lesspipe): Update to 1.85.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 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 7c5107d..6543435 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.84")
+    (version "1.85")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -68,7 +68,7 @@ text editors.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "124ffhzrikr88ab14rk6753n8adxijpmg7q3zx7nmqc52wpkfd8q"))))
+                "1v1jdkdq1phc93gdr6mjlk98gipxrkkq4bj8kks0kfdvjgdwkdaa"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ; no tests



reply via email to

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