mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05: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 @@ (define-public emacs-flycheck-cpplint
|
|||
(define-public emacs-helm-fish-completion
|
||||
(package
|
||||
(name "emacs-helm-fish-completion")
|
||||
(version "0.4")
|
||||
(version "0.5")
|
||||
(home-page "https://github.com/emacs-helm/helm-fish-completion")
|
||||
(source
|
||||
(origin
|
||||
|
@ -21792,7 +21792,7 @@ (define-public emacs-helm-fish-completion
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0mh10qq3r16hjrayrbns51gmjpjnmpzy4i05rwn14rf2icvhs6x8"))))
|
||||
(base32 "0hpsm39kx8vpz2zmarjrkvy1capkk5lwpsmdg2xnklsck6xsn922"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("helm" ,emacs-helm)
|
||||
|
|
Loading…
Reference in a new issue