summaryrefslogtreecommitdiff
path: root/gnu/packages/shellutils.scm
diff options
context:
space:
mode:
authorBrice Waegeneire <brice@waegenei.re>2021-07-04 12:46:15 +0200
committerBrice Waegeneire <brice@waegenei.re>2021-07-04 12:48:51 +0200
commitae004cead8912d1ff963f0914c5583537be875bd (patch)
treec43995f134436239e4c043d876ce154a42370ec5 /gnu/packages/shellutils.scm
parent348c70f3fdb55eb1373dfd57d9128d6f6bede02d (diff)
downloadguix-patches-ae004cead8912d1ff963f0914c5583537be875bd.tar
guix-patches-ae004cead8912d1ff963f0914c5583537be875bd.tar.gz
gnu: zsh-autosuggestions: Update to 0.7.0.
* gnu/packages/shellutils.scm (zsh-autosuggestions): Update to 0.7.0.
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 492aad3cc1..94b5536df7 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -91,7 +91,7 @@ text.")
(define-public zsh-autosuggestions
(package
(name "zsh-autosuggestions")
- (version "0.6.4")
+ (version "0.7.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -100,7 +100,7 @@ text.")
(file-name (git-file-name name version))
(sha256
(base32
- "0h52p2waggzfshvy1wvhj4hf06fmzd44bv6j18k3l9rcx6aixzn6"))))
+ "1g3pij5qn2j7v7jjac2a63lxd97mcsgw6xq6k5p7835q9fjiid98"))))
(build-system gnu-build-system)
(native-inputs
`(("ruby" ,ruby)