gnu: emacs-helm-fish-completion: Update to 0.2.
* gnu/packages/emacs-xyz.scm (emacs-helm-fish-completion): Update to 0.2.
This commit is contained in:
parent
8c4c5bf86a
commit
709f839c20
1 changed files with 20 additions and 22 deletions
|
@ -20081,29 +20081,27 @@ Google guidelines.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-helm-fish-completion
|
(define-public emacs-helm-fish-completion
|
||||||
(let ((commit "ef764dd123040fe67ef8b62a1c13842e940b0963")
|
(package
|
||||||
(revision "1"))
|
(name "emacs-helm-fish-completion")
|
||||||
(package
|
(version "0.2")
|
||||||
(name "emacs-helm-fish-completion")
|
(home-page "https://github.com/emacs-helm/helm-fish-completion")
|
||||||
(version (git-version "0.1" revision commit))
|
(source
|
||||||
(home-page "https://github.com/emacs-helm/helm-fish-completion")
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url home-page)
|
||||||
(uri (git-reference
|
(commit version)))
|
||||||
(url home-page)
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32 "089gp2k22xwn33z8brpyb7r18vpyralq2cwxj1xsc8b2sj9s4896"))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32 "0k80kpapwfq2rv1lb0r994d0w6czl92xrmnkmrg0a05f4b3q0lb4"))))
|
(propagated-inputs
|
||||||
(build-system emacs-build-system)
|
`(("helm" ,emacs-helm)
|
||||||
(propagated-inputs
|
("fish-completion" ,emacs-fish-completion)))
|
||||||
`(("helm" ,emacs-helm)
|
(synopsis "Helm interface for Emacs fish-completion")
|
||||||
("fish-completion" ,emacs-fish-completion)))
|
(description "Helm Fish Completion is a Helm interface for Emacs
|
||||||
(synopsis "Helm interface for Emacs fish-completion")
|
|
||||||
(description "Helm Fish Completion is a Helm interface for Emacs
|
|
||||||
fish-completion. It can be used in both Eshell and M-x shell.")
|
fish-completion. It can be used in both Eshell and M-x shell.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-telega
|
(define-public emacs-telega
|
||||||
;; This package has versions newer than indicated on MELPA.
|
;; This package has versions newer than indicated on MELPA.
|
||||||
|
|
Reference in a new issue