mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: lesspipe: Update to 2.08.
* gnu/packages/less.scm (lesspipe): Update to 2.08.
This commit is contained in:
parent
9991028fef
commit
9e983c611e
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue