mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: lesspipe: Update to 1.89.
* gnu/packages/less.scm (lesspipe): Update to 1.89. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
85a16c0788
commit
2aa93a1bd7
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ (define-public less
|
||||||
(define-public lesspipe
|
(define-public lesspipe
|
||||||
(package
|
(package
|
||||||
(name "lesspipe")
|
(name "lesspipe")
|
||||||
(version "1.86")
|
(version "1.89")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -68,7 +68,7 @@ (define-public lesspipe
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14qsfwvsqn6r0najpfh5p68by4jwlg2hj4250cfi1hx3j9i5nhgn"))))
|
"0lxf0m4bgwhpwmwa5q2vklk31yhiaz049kpm4n2hqiyb5mlpa94a"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no tests
|
'(#:tests? #f ; no tests
|
||||||
|
|
Loading…
Reference in a new issue