summaryrefslogtreecommitdiff
path: root/gnu/packages/shellutils.scm
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2023-05-24 18:07:36 +0000
committerEfraim Flashner <efraim@flashner.co.il>2023-06-01 12:38:13 +0300
commite6fb7f6467b50e5ed8990f4b5a061d460103d18c (patch)
tree286350895450d25f6a88cb9da6dd7d3725d35c25 /gnu/packages/shellutils.scm
parentdc61b7fcf79d0919262e6340133f27974fddc266 (diff)
gnu: hstr: Update to 3.1.
* gnu/packages/shellutils.scm (hstr): Update to 3.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
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 20d246be52e..070613afe14 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -574,7 +574,7 @@ below the current cursor position, scrolling the screen if necessary.")
574(define-public hstr 574(define-public hstr
575 (package 575 (package
576 (name "hstr") 576 (name "hstr")
577 (version "2.6") 577 (version "3.1")
578 (source (origin 578 (source (origin
579 (method git-fetch) 579 (method git-fetch)
580 (uri (git-reference 580 (uri (git-reference
@@ -583,7 +583,7 @@ below the current cursor position, scrolling the screen if necessary.")
583 (file-name (git-file-name name version)) 583 (file-name (git-file-name name version))
584 (sha256 584 (sha256
585 (base32 585 (base32
586 "1iqvqm4mirx7imwwmz4blxbsr215lcgbw3h31ssbs3fk54hq7xn9")))) 586 "1w1xr0ddf34i46b8wwz2snf7ap6m0mv53zid3d1l5hc4m3az5qis"))))
587 (build-system gnu-build-system) 587 (build-system gnu-build-system)
588 (arguments 588 (arguments
589 `(#:phases 589 `(#:phases