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 (define-public lesspipe
(package (package
(name "lesspipe") (name "lesspipe")
(version "2.07") (version "2.08")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -72,7 +72,7 @@ (define-public lesspipe
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0xci0c575hklb5y6vybvb48938fslb9zw3mlisvspx1p3fplyzrg")))) "00kswzbyys4j5l10y3c3cinrgf0mkzjn1ilqdvs1mkbxlzk33pwc"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list (list
@ -112,7 +112,7 @@ (define-public lesspipe
(string-append file " -"))))))))) (string-append file " -")))))))))
(inputs (inputs
(list file (list file
ncurses ;; for tput ncurses ; for tput
perl-archive-zip)) perl-archive-zip))
(native-inputs (list perl)) (native-inputs (list perl))
(home-page "https://github.com/wofr06/lesspipe") (home-page "https://github.com/wofr06/lesspipe")