mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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
|
||||
(package
|
||||
(name "lesspipe")
|
||||
(version "1.86")
|
||||
(version "1.89")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -68,7 +68,7 @@ (define-public lesspipe
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"14qsfwvsqn6r0najpfh5p68by4jwlg2hj4250cfi1hx3j9i5nhgn"))))
|
||||
"0lxf0m4bgwhpwmwa5q2vklk31yhiaz049kpm4n2hqiyb5mlpa94a"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ; no tests
|
||||
|
|
Loading…
Reference in a new issue