gnu: hstr: Update to 3.1.
* gnu/packages/shellutils.scm (hstr): Update to 3.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
dc61b7fcf7
commit
e6fb7f6467
1 changed files with 2 additions and 2 deletions
|
@ -574,7 +574,7 @@ below the current cursor position, scrolling the screen if necessary.")
|
||||||
(define-public hstr
|
(define-public hstr
|
||||||
(package
|
(package
|
||||||
(name "hstr")
|
(name "hstr")
|
||||||
(version "2.6")
|
(version "3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -583,7 +583,7 @@ below the current cursor position, scrolling the screen if necessary.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1iqvqm4mirx7imwwmz4blxbsr215lcgbw3h31ssbs3fk54hq7xn9"))))
|
"1w1xr0ddf34i46b8wwz2snf7ap6m0mv53zid3d1l5hc4m3az5qis"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue