gnu: emacs-hydra: Update to 0.14.0.

* gnu/packages/emacs.scm (emacs-hydra): Update to 0.14.0.
This commit is contained in:
Efraim Flashner 2019-01-02 21:17:22 +02:00
parent 2e689c22b3
commit d804a40a51
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 5 deletions

View File

@ -3867,13 +3867,14 @@ fully-functional one.")
(version "0.14.0") (version "0.14.0")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/abo-abo/hydra/archive/" (uri (git-reference
version ".tar.gz")) (url "https://github.com/abo-abo/hydra")
(file-name (string-append name "-" version ".tar.gz")) (commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0884k3ffwzhh6krbd8l7vvm184dkagb2jf4q8xzg72plln34qrm8")))) "0ln4z2796ycy33g5jcxkqvm7638qxy4sipsab7d2864hh700cikg"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/abo-abo/hydra") (home-page "https://github.com/abo-abo/hydra")
(synopsis "Make Emacs bindings that stick around") (synopsis "Make Emacs bindings that stick around")