[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: zsh-autosuggestions: Update to 0.7.0.
From: |
guix-commits |
Subject: |
02/02: gnu: zsh-autosuggestions: Update to 0.7.0. |
Date: |
Sun, 4 Jul 2021 06:55:05 -0400 (EDT) |
bricewge pushed a commit to branch master
in repository guix.
commit ae004cead8912d1ff963f0914c5583537be875bd
Author: Brice Waegeneire <brice@waegenei.re>
AuthorDate: Sun Jul 4 12:46:15 2021 +0200
gnu: zsh-autosuggestions: Update to 0.7.0.
* gnu/packages/shellutils.scm (zsh-autosuggestions): Update to 0.7.0.
---
gnu/packages/shellutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 492aad3..94b5536 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)