summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-16 02:00:03 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-16 02:00:07 +0200
commit9e983c611ed39832262d40913faa3930e6ca6889 (patch)
tree8f968359e750fb02a4600990fcaed24284301b53 /gnu
parent9991028feff0c30145db32166d1d04fff7db2f35 (diff)
downloadguix-9e983c611ed39832262d40913faa3930e6ca6889.tar.gz
gnu: lesspipe: Update to 2.08.
* gnu/packages/less.scm (lesspipe): Update to 2.08.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/less.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/less.scm b/gnu/packages/less.scm
index 1ac15c369e..8544f33db6 100644
--- a/gnu/packages/less.scm
+++ b/gnu/packages/less.scm
@@ -63,7 +63,7 @@ text editors.")
 (define-public lesspipe
   (package
     (name "lesspipe")
-    (version "2.07")
+    (version "2.08")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -72,7 +72,7 @@ text editors.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0xci0c575hklb5y6vybvb48938fslb9zw3mlisvspx1p3fplyzrg"))))
+                "00kswzbyys4j5l10y3c3cinrgf0mkzjn1ilqdvs1mkbxlzk33pwc"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -112,7 +112,7 @@ text editors.")
                    (string-append file " -")))))))))
     (inputs
      (list file
-           ncurses  ;; for tput
+           ncurses                      ; for tput
            perl-archive-zip))
     (native-inputs (list perl))
     (home-page "https://github.com/wofr06/lesspipe")