nckx pushed a commit to branch master
in repository guix.
commit 4259c7c35eafef8de663f6cfb2c6dde3b962cac9
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Nov 21 14:03:40 2020 +0100
gnu: hstr: Update to 2.3.
* gnu/packages/shellutils.scm (hstr): Update to 2.3.
---
gnu/packages/shellutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index b1db32a..181a640 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -278,7 +278,7 @@ below the current cursor position, scrolling the screen if
necessary.")
(define-public hstr
(package
(name "hstr")
- (version "2.2")
+ (version "2.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -287,7 +287,7 @@ below the current cursor position, scrolling the screen if
necessary.")
(file-name (git-file-name name version))
(sha256
(base32
- "07fkilqlkpygvf9kvxyvl58g3lfq0bwwdp3wczy4hk8qlbhmgihn"))))
+ "1chmfdi1dwg3sarzd01nqa82g65q7wdr6hrnj96l75vikwsg986y"))))
(build-system gnu-build-system)
(arguments
`(#:phases