me
/
guix
Archived
1
0
Fork 0

gnu: emacs-evil: Update to 1.2.13.

* gnu/packages/emacs.scm (emacs-evil): Update to 1.2.13.
(source): Adjust URL to new upstream location on github.
(home-page): likewise.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
master
ng0 2017-11-01 22:09:24 +00:00 committed by Marius Bakke
parent db574f7183
commit 511d8a02e8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 6 additions and 6 deletions

View File

@ -4077,21 +4077,21 @@ news items, openrc and runscripts.")
(define-public emacs-evil (define-public emacs-evil
(package (package
(name "emacs-evil") (name "emacs-evil")
(version "1.2.12") (version "1.2.13")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://bitbucket.org/lyro/evil/get/" (uri (string-append "https://github.com/emacs-evil/evil/archive/"
version ".tar.bz2")) version ".tar.gz"))
(file-name (string-append name "-" version ".tar.bz2")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"17cda9fnbq3gmjcxs3lyq64gxswrf37y864bm53rldwsk3khq2yi")))) "1z63zsxmsc6mh74wv6065carwqmgs7b7lz5044s12xvgsjfbwi8h"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-undo-tree" ,emacs-undo-tree) `(("emacs-undo-tree" ,emacs-undo-tree)
("emacs-goto-chg" ,emacs-goto-chg))) ("emacs-goto-chg" ,emacs-goto-chg)))
(home-page "https://bitbucket.com/lyro/evil") (home-page "https://github.com/emacs-evil/evil")
(synopsis "Extensible Vi layer for Emacs") (synopsis "Extensible Vi layer for Emacs")
(description (description
"Evil is an extensible vi layer for Emacs. It emulates the "Evil is an extensible vi layer for Emacs. It emulates the