diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-05-30 20:12:57 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-05-30 20:12:57 +0200 |
commit | 8e3a1a62ae496a6d32c8b0d4f89bc3e220d5d6e9 (patch) | |
tree | 0d9f88b8a9f33032b3cfbe8466df0dbe223395ff /gnu | |
parent | 6dcc17105e1fa86513dc29395a79d789216990b7 (diff) | |
download | guix-8e3a1a62ae496a6d32c8b0d4f89bc3e220d5d6e9.tar.gz |
gnu: emacs-helm-fish-completion: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-helm-fish-completion): Update to 0.4.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 6d82e1921c..e516d96fc4 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -21711,7 +21711,7 @@ Google guidelines.") (define-public emacs-helm-fish-completion (package (name "emacs-helm-fish-completion") - (version "0.3") + (version "0.4") (home-page "https://github.com/emacs-helm/helm-fish-completion") (source (origin @@ -21721,7 +21721,7 @@ Google guidelines.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1iv0hwr74hzgrvrr31nlnswvi87lvpg24rd1rhkr5kjicr2295fq")))) + (base32 "0mh10qq3r16hjrayrbns51gmjpjnmpzy4i05rwn14rf2icvhs6x8")))) (build-system emacs-build-system) (propagated-inputs `(("helm" ,emacs-helm) |