gnu: emacs-handle: Update to 0.1-2.51c050b.

* gnu/packages/emacs-xyz.scm (emacs-handle): Update to 0.1-2.51c050b.
This commit is contained in:
Brian Leung 2019-10-05 05:53:34 +02:00
parent 6760b26330
commit f561d7774c
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 5 additions and 3 deletions

View File

@ -3674,8 +3674,8 @@ completion backends according to mode, and integrates with
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-handle (define-public emacs-handle
(let ((commit "0180a33c92b53d042c3e248a047e15337122d922") (let ((commit "51c050bc1c6e5caf0eb47ecd985daea1db7241ab")
(revision "1")) (revision "2"))
(package (package
(name "emacs-handle") (name "emacs-handle")
(version (git-version "0.1" revision commit)) (version (git-version "0.1" revision commit))
@ -3687,8 +3687,10 @@ completion backends according to mode, and integrates with
(commit commit))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0ldrdfxspkq0m07l98hhj9nydgj9qi557mnnpd3v4xrwqwhyr4nc")))) (base32 "14f15qzfmwdslml4rv37zb5d1lsjf0jibriz636hb7q7knx1n4sg"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs
`(("emacs-parent-mode" ,emacs-parent-mode)))
(home-page "https://gitlab.com/jjzmajic/handle") (home-page "https://gitlab.com/jjzmajic/handle")
(synopsis "Handle generic functions across related major modes") (synopsis "Handle generic functions across related major modes")
(description "This package provides generic functions that specialize on (description "This package provides generic functions that specialize on