diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-09-08 17:18:16 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-09-08 17:18:16 +0200 |
commit | 4cb7a675449efd4cd1b485f1f92e87a721386a87 (patch) | |
tree | a29e5621edafebd29262bf0f74f197053aff2cd7 /gnu | |
parent | 599f8d98cf0eac3d03bd0d03cd26308c6a788cfa (diff) |
gnu: emacs-helm-fish-completion: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-helm-fish-completion): Update to 0.6.
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 ad05ea0b4d..0b1c79de79 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -22655,7 +22655,7 @@ Google guidelines.") (define-public emacs-helm-fish-completion (package (name "emacs-helm-fish-completion") - (version "0.5") + (version "0.6") (home-page "https://github.com/emacs-helm/helm-fish-completion") (source (origin @@ -22665,7 +22665,7 @@ Google guidelines.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0hpsm39kx8vpz2zmarjrkvy1capkk5lwpsmdg2xnklsck6xsn922")))) + (base32 "1j2vfngq3512naaayv9kx0d1q2zg1xgs69l8afc7swg72h0l0imw")))) (build-system emacs-build-system) (propagated-inputs `(("helm" ,emacs-helm) |