mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-helm-fish-completion: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-helm-fish-completion): Update to 0.3.
This commit is contained in:
parent
2806d868ef
commit
b80bba2cdb
1 changed files with 2 additions and 2 deletions
|
@ -21524,7 +21524,7 @@ (define-public emacs-flycheck-cpplint
|
|||
(define-public emacs-helm-fish-completion
|
||||
(package
|
||||
(name "emacs-helm-fish-completion")
|
||||
(version "0.2")
|
||||
(version "0.3")
|
||||
(home-page "https://github.com/emacs-helm/helm-fish-completion")
|
||||
(source
|
||||
(origin
|
||||
|
@ -21534,7 +21534,7 @@ (define-public emacs-helm-fish-completion
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "089gp2k22xwn33z8brpyb7r18vpyralq2cwxj1xsc8b2sj9s4896"))))
|
||||
(base32 "1iv0hwr74hzgrvrr31nlnswvi87lvpg24rd1rhkr5kjicr2295fq"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("helm" ,emacs-helm)
|
||||
|
|
Loading…
Reference in a new issue