mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: zsh-autosuggestions: Update to 0.7.0.
* gnu/packages/shellutils.scm (zsh-autosuggestions): Update to 0.7.0.
This commit is contained in:
parent
348c70f3fd
commit
ae004cead8
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ (define-public boxes
|
|||
(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 @@ (define-public zsh-autosuggestions
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0h52p2waggzfshvy1wvhj4hf06fmzd44bv6j18k3l9rcx6aixzn6"))))
|
||||
"1g3pij5qn2j7v7jjac2a63lxd97mcsgw6xq6k5p7835q9fjiid98"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("ruby" ,ruby)
|
||||
|
|
Loading…
Reference in a new issue