summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rohleder <[email protected]>2022-12-16 10:42:04 +0100
committerMathieu Othacehe <[email protected]>2022-12-25 17:20:58 +0100
commit91bcc26b1c97d440c203ea9e258ca56a89377bc8 (patch)
treed9baed1aa0922a6be4ed84ac021e0bd46940e483
parent333f359f7a3e5abf633d61629d266cd90309fe87 (diff)
gnu: hstr: Update to 2.6.
* gnu/packages/shellutils.scm (hstr): Update to 2.6. Signed-off-by: Mathieu Othacehe <[email protected]>
-rw-r--r--gnu/packages/shellutils.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index b1c1373376..a192bd16f7 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -6,7 +6,7 @@
;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2018 Benjamin Slade <[email protected]>
;;; Copyright © 2019 Collin J. Doering <[email protected]>
-;;; Copyright © 2020 Michael Rohleder <[email protected]>
+;;; Copyright © 2020, 2022 Michael Rohleder <[email protected]>
;;; Copyright © 2020 aecepoglu <[email protected]>
;;; Copyright © 2020 Dion Mendel <[email protected]>
;;; Copyright © 2021 Brice Waegeneire <[email protected]>
@@ -519,7 +519,7 @@ below the current cursor position, scrolling the screen if necessary.")
(define-public hstr
(package
(name "hstr")
- (version "2.5")
+ (version "2.6")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -528,7 +528,7 @@ below the current cursor position, scrolling the screen if necessary.")
(file-name (git-file-name name version))
(sha256
(base32
- "0xg10jyiq12bcygi6aa9qq9pki7bipdsvsza037p2iqix19jg0x8"))))
+ "1iqvqm4mirx7imwwmz4blxbsr215lcgbw3h31ssbs3fk54hq7xn9"))))
(build-system gnu-build-system)
(arguments
`(#:phases