summaryrefslogtreecommitdiff
path: root/gnu/packages/shellutils.scm
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2021-12-16 06:28:48 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-12-17 09:08:02 +0100
commit8afa00908b43d344d8c3fdd3c89d3dea4c205429 (patch)
tree5adc4b0eed5709015cbb746c6f6de1fad379339b /gnu/packages/shellutils.scm
parent21d1bffb61bbaa3e2c898bb51fd484f44f0344ff (diff)
downloadguix-patches-8afa00908b43d344d8c3fdd3c89d3dea4c205429.tar
guix-patches-8afa00908b43d344d8c3fdd3c89d3dea4c205429.tar.gz
gnu: hstr: Update to 2.5.
* gnu/packages/shellutils.scm (hstr): Update to 2.5. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu/packages/shellutils.scm')
-rw-r--r--gnu/packages/shellutils.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 56984a08e4..7a868f0789 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -435,7 +435,7 @@ below the current cursor position, scrolling the screen if necessary.")
(define-public hstr
(package
(name "hstr")
- (version "2.3")
+ (version "2.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -444,7 +444,7 @@ below the current cursor position, scrolling the screen if necessary.")
(file-name (git-file-name name version))
(sha256
(base32
- "1chmfdi1dwg3sarzd01nqa82g65q7wdr6hrnj96l75vikwsg986y"))))
+ "0xg10jyiq12bcygi6aa9qq9pki7bipdsvsza037p2iqix19jg0x8"))))
(build-system gnu-build-system)
(arguments
`(#:phases