gnu: emacs-avy: Update to 0.5.0.

* gnu/packages/emacs-xyz.scm (emacs-avy): Update to 0.5.0.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
master
Brian Leung 2019-05-14 00:13:42 +02:00 committed by Ricardo Wurmus
parent eea4ed9869
commit c799fd63f6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4461,7 +4461,7 @@ show icons as well.")
(define-public emacs-avy
(package
(name "emacs-avy")
(version "0.4.0")
(version "0.5.0")
(source
(origin
(method git-fetch)
@ -4470,7 +4470,7 @@ show icons as well.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0rq9ab264565z83cly743nbhrd9m967apmnlhqr1gy8dm4hcy7nm"))))
(base32 "09qdni1s74i5pv8741szl5g4ynj8fxn0x65qmwa9rmfkbimnc0fs"))))
(build-system emacs-build-system)
(home-page "https://github.com/abo-abo/avy")
(synopsis "Tree-based completion for Emacs")