me
/
guix
Archived
1
0
Fork 0

gnu: emacs-evil-collection: Update to 0.0.3-11.bf2400a.

* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 0.0.3-11.bf2400a.
master
Brian Leung 2019-10-11 06:57:44 +02:00
parent 5b9b1c6b72
commit ecf3a3ac9b
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 8 additions and 5 deletions

View File

@ -7013,11 +7013,11 @@ extensions.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-evil-collection (define-public emacs-evil-collection
(let ((commit "986ca7eb0b75eccd843bdad2f7fdb48f4ca6ac22") (let ((commit "bf4200a57c81c2302a3bf5b2058d74c6f90a3e6c")
(revision "10")) (revision "11"))
(package (package
(name "emacs-evil-collection") (name "emacs-evil-collection")
(version (git-version "0.0.2" revision commit)) (version (git-version "0.0.3" revision commit))
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -7026,10 +7026,13 @@ extensions.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"172sx5w50x5wrs5w0sb6rkbj3q22s7mmsnk4c6pwknhbz3vwlvwz")))) "01xw0m5gj14ly42y8ikvldpab5my28sylf6l9gvwd5cf909bd445"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-evil" ,emacs-evil))) `(("emacs-evil" ,emacs-evil)
("emacs-annalist" ,emacs-annalist)))
(arguments
`(#:include (cons* "^modes\\/" %default-include)))
(home-page "https://github.com/emacs-evil/evil-collection") (home-page "https://github.com/emacs-evil/evil-collection")
(synopsis "Collection of Evil bindings for many major and minor modes") (synopsis "Collection of Evil bindings for many major and minor modes")
(description "This is a collection of Evil bindings for the parts of (description "This is a collection of Evil bindings for the parts of