gnu: lesspipe: Update to 1.85.
* gnu/packages/less.scm (lesspipe): Update to 1.85. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
a4782e401e
commit
e9f56a6df2
@ -59,7 +59,7 @@ text editors.")
|
|||||||
(define-public lesspipe
|
(define-public lesspipe
|
||||||
(package
|
(package
|
||||||
(name "lesspipe")
|
(name "lesspipe")
|
||||||
(version "1.84")
|
(version "1.85")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@ -68,7 +68,7 @@ text editors.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"124ffhzrikr88ab14rk6753n8adxijpmg7q3zx7nmqc52wpkfd8q"))))
|
"1v1jdkdq1phc93gdr6mjlk98gipxrkkq4bj8kks0kfdvjgdwkdaa"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no tests
|
'(#:tests? #f ; no tests
|
||||||
|
Loading…
Reference in New Issue
Block a user