diff options
author | Michael Rohleder <mike@rohleder.de> | 2020-05-13 16:14:45 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-05-13 22:42:34 +0300 |
commit | ad81708d2230af547e513a5bc8a69f70afa72b3c (patch) | |
tree | a61a2e8e5403beb2f956d8fde62e42848b324eef /gnu/packages/shellutils.scm | |
parent | 7f6d3f395023ff430cf8b7a981d4780698e9d132 (diff) | |
download | guix-ad81708d2230af547e513a5bc8a69f70afa72b3c.tar guix-ad81708d2230af547e513a5bc8a69f70afa72b3c.tar.gz |
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/shellutils.scm')
-rw-r--r-- | gnu/packages/shellutils.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm index a5d2601de9..7496dd12dc 100644 --- a/gnu/packages/shellutils.scm +++ b/gnu/packages/shellutils.scm @@ -6,6 +6,7 @@ ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 Benjamin Slade <slade@jnanam.net> ;;; Copyright © 2019 Collin J. Doering <collin@rekahsoft.ca> +;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de> ;;; ;;; This file is part of GNU Guix. ;;; @@ -277,7 +278,7 @@ below the current cursor position, scrolling the screen if necessary.") (define-public hstr (package (name "hstr") - (version "2.0") + (version "2.2") (source (origin (method git-fetch) (uri (git-reference @@ -286,7 +287,7 @@ below the current cursor position, scrolling the screen if necessary.") (file-name (git-file-name name version)) (sha256 (base32 - "1y9vsfbg07gbic0daqy569d9pb9i1d07fym3q7a0a99hbng85s20")))) + "07fkilqlkpygvf9kvxyvl58g3lfq0bwwdp3wczy4hk8qlbhmgihn")))) (build-system gnu-build-system) (arguments `(#:phases |