guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: lesspipe: Update to 1.86.


From: guix-commits
Subject: 02/03: gnu: lesspipe: Update to 1.86.
Date: Wed, 4 Aug 2021 20:48:28 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 9d5ddf5f3736ea6a774c68eced1e2dfc94eb94e6
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Thu Aug 5 02:02:13 2021 +0200

    gnu: lesspipe: Update to 1.86.
    
    * gnu/packages/less.scm (lesspipe): Update to 1.86.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/less.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/less.scm b/gnu/packages/less.scm
index 3213394..81d7918 100644
--- a/gnu/packages/less.scm
+++ b/gnu/packages/less.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
 ;;; Copyright © 2019–2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
-;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -59,7 +59,7 @@ text editors.")
 (define-public lesspipe
   (package
     (name "lesspipe")
-    (version "1.85")
+    (version "1.86")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -68,7 +68,7 @@ text editors.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1v1jdkdq1phc93gdr6mjlk98gipxrkkq4bj8kks0kfdvjgdwkdaa"))))
+                "14qsfwvsqn6r0najpfh5p68by4jwlg2hj4250cfi1hx3j9i5nhgn"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ; no tests



reply via email to

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