summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2020-05-13 16:14:45 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-05-13 22:42:34 +0300
commitad81708d2230af547e513a5bc8a69f70afa72b3c (patch)
treea61a2e8e5403beb2f956d8fde62e42848b324eef /gnu/packages
parent7f6d3f395023ff430cf8b7a981d4780698e9d132 (diff)
gnu: hstr: Update to 2.2.
* gnu/packages/shellutils.scm (hstr): Update to 2.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/shellutils.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index a5d2601de92..7496dd12dc6 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -6,6 +6,7 @@
6;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> 6;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
7;;; Copyright © 2018 Benjamin Slade <slade@jnanam.net> 7;;; Copyright © 2018 Benjamin Slade <slade@jnanam.net>
8;;; Copyright © 2019 Collin J. Doering <collin@rekahsoft.ca> 8;;; Copyright © 2019 Collin J. Doering <collin@rekahsoft.ca>
9;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
9;;; 10;;;
10;;; This file is part of GNU Guix. 11;;; This file is part of GNU Guix.
11;;; 12;;;
@@ -277,7 +278,7 @@ below the current cursor position, scrolling the screen if necessary.")
277(define-public hstr 278(define-public hstr
278 (package 279 (package
279 (name "hstr") 280 (name "hstr")
280 (version "2.0") 281 (version "2.2")
281 (source (origin 282 (source (origin
282 (method git-fetch) 283 (method git-fetch)
283 (uri (git-reference 284 (uri (git-reference
@@ -286,7 +287,7 @@ below the current cursor position, scrolling the screen if necessary.")
286 (file-name (git-file-name name version)) 287 (file-name (git-file-name name version))
287 (sha256 288 (sha256
288 (base32 289 (base32
289 "1y9vsfbg07gbic0daqy569d9pb9i1d07fym3q7a0a99hbng85s20")))) 290 "07fkilqlkpygvf9kvxyvl58g3lfq0bwwdp3wczy4hk8qlbhmgihn"))))
290 (build-system gnu-build-system) 291 (build-system gnu-build-system)
291 (arguments 292 (arguments
292 `(#:phases 293 `(#:phases