gnu: lesspipe: Update to 2.08.

* gnu/packages/less.scm (lesspipe): Update to 2.08.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-16 02:00:03 +02:00
parent 9991028fef
commit 9e983c611e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -63,7 +63,7 @@ (define-public less
(define-public lesspipe
(package
(name "lesspipe")
(version "2.07")
(version "2.08")
(source (origin
(method git-fetch)
(uri (git-reference
@ -72,7 +72,7 @@ (define-public lesspipe
(file-name (git-file-name name version))
(sha256
(base32
"0xci0c575hklb5y6vybvb48938fslb9zw3mlisvspx1p3fplyzrg"))))
"00kswzbyys4j5l10y3c3cinrgf0mkzjn1ilqdvs1mkbxlzk33pwc"))))
(build-system gnu-build-system)
(arguments
(list
@ -112,7 +112,7 @@ (define-public lesspipe
(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")