diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-05-09 14:37:20 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-05-09 14:55:04 +0200 |
commit | b80bba2cdbd8f0d6736a9ea3ea67a58d55fd2172 (patch) | |
tree | b0db80f91e75740969cbe4d86b056d1872ab1a6d | |
parent | 2806d868efa7f867b764426b70b77d6f8e17d5a4 (diff) | |
download | patches-b80bba2cdbd8f0d6736a9ea3ea67a58d55fd2172.tar patches-b80bba2cdbd8f0d6736a9ea3ea67a58d55fd2172.tar.gz |
gnu: emacs-helm-fish-completion: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-helm-fish-completion): Update to 0.3.
-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 6356233460..78e19e3480 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -21524,7 +21524,7 @@ Google guidelines.") (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 @@ Google guidelines.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "089gp2k22xwn33z8brpyb7r18vpyralq2cwxj1xsc8b2sj9s4896")))) + (base32 "1iv0hwr74hzgrvrr31nlnswvi87lvpg24rd1rhkr5kjicr2295fq")))) (build-system emacs-build-system) (propagated-inputs `(("helm" ,emacs-helm) |