mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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
|
||||
(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")
|
||||
|
|
Loading…
Reference in a new issue