mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-helm-fish-completion: Update to 0.5.
* gnu/packages/emacs-xyz.scm (emacs-helm-fish-completion): Update to 0.5.
This commit is contained in:
parent
69b82c6078
commit
561aeefb0b
1 changed files with 2 additions and 2 deletions
|
@ -21782,7 +21782,7 @@ Google guidelines.")
|
||||||
(define-public emacs-helm-fish-completion
|
(define-public emacs-helm-fish-completion
|
||||||
(package
|
(package
|
||||||
(name "emacs-helm-fish-completion")
|
(name "emacs-helm-fish-completion")
|
||||||
(version "0.4")
|
(version "0.5")
|
||||||
(home-page "https://github.com/emacs-helm/helm-fish-completion")
|
(home-page "https://github.com/emacs-helm/helm-fish-completion")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -21792,7 +21792,7 @@ Google guidelines.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0mh10qq3r16hjrayrbns51gmjpjnmpzy4i05rwn14rf2icvhs6x8"))))
|
(base32 "0hpsm39kx8vpz2zmarjrkvy1capkk5lwpsmdg2xnklsck6xsn922"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("helm" ,emacs-helm)
|
`(("helm" ,emacs-helm)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue