mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ text.")
|
||||||
(define-public zsh-autosuggestions
|
(define-public zsh-autosuggestions
|
||||||
(package
|
(package
|
||||||
(name "zsh-autosuggestions")
|
(name "zsh-autosuggestions")
|
||||||
(version "0.6.4")
|
(version "0.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -100,7 +100,7 @@ text.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h52p2waggzfshvy1wvhj4hf06fmzd44bv6j18k3l9rcx6aixzn6"))))
|
"1g3pij5qn2j7v7jjac2a63lxd97mcsgw6xq6k5p7835q9fjiid98"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ruby" ,ruby)
|
`(("ruby" ,ruby)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue