diff options
author | Brice Waegeneire <brice@waegenei.re> | 2021-07-04 12:46:15 +0200 |
---|---|---|
committer | Brice Waegeneire <brice@waegenei.re> | 2021-07-04 12:48:51 +0200 |
commit | ae004cead8912d1ff963f0914c5583537be875bd (patch) | |
tree | c43995f134436239e4c043d876ce154a42370ec5 /gnu/packages/shellutils.scm | |
parent | 348c70f3fdb55eb1373dfd57d9128d6f6bede02d (diff) |
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.scm | 4 |
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) |