gnu: emacs-evil-multiedit: Use version tag instead of commit.

* gnu/packages/emacs.scm (emacs-evil-multiedit): Use version tag instead of commit.
This commit is contained in:
Pierre Neidhardt 2019-01-06 13:22:09 +01:00
parent a51ac7af7f
commit 377038b8a2
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 23 additions and 24 deletions

View File

@ -11443,33 +11443,32 @@ describing the key binding changes.")
(deprecated-package "emacs-evil-mu4e" emacs-evil-collection)) (deprecated-package "emacs-evil-mu4e" emacs-evil-collection))
(define-public emacs-evil-multiedit (define-public emacs-evil-multiedit
(let ((commit "ea3d9177b74ab0bc65e55df9cc0a0b42e4ef815d")) (package
(package (name "emacs-evil-multiedit")
(name "emacs-evil-multiedit") (version "1.3.9")
(version (git-version "1.3.9" "1" commit)) (source
(source (origin
(origin (method git-fetch)
(method git-fetch) (uri (git-reference
(uri (git-reference (url "https://github.com/hlissner/evil-multiedit")
(url "https://github.com/hlissner/evil-multiedit") (commit (string-append "v" version))))
(commit commit))) (file-name (string-append name "-" version "-checkout"))
(file-name (string-append name "-" version "-checkout")) (sha256
(sha256 (base32
(base32 "19h3kqylqzbjv4297wkzzxdmn9yxbg6z4ga4ssrqri90xs7m3rw3"))))
"17zm35r474z8ras4xy7124pcb972d385pbdv4jxyj5vq042vq07w")))) (build-system emacs-build-system)
(build-system emacs-build-system) (propagated-inputs
(propagated-inputs `(("emacs-evil" ,emacs-evil)
`(("emacs-evil" ,emacs-evil) ("emacs-iedit" ,emacs-iedit)))
("emacs-iedit" ,emacs-iedit))) (home-page
(home-page "https://github.com/hlissner/evil-multiedit")
"https://github.com/hlissner/evil-multiedit") (synopsis "Multiple cursors for Evil mode")
(synopsis "Multiple cursors for Evil mode") (description
(description "This plugin was an answer to the lack of proper multiple cursor support
"This plugin was an answer to the lack of proper multiple cursor support
in Emacs+Evil. It allows you to select and edit matches interactively, in Emacs+Evil. It allows you to select and edit matches interactively,
integrating @code{iedit-mode} into Evil mode with an attempt at sensible integrating @code{iedit-mode} into Evil mode with an attempt at sensible
defaults.") defaults.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-evil-org (define-public emacs-evil-org
(let ((commit "b6d652a9163d3430a9e0933a554bdbee5244bbf6")) (let ((commit "b6d652a9163d3430a9e0933a554bdbee5244bbf6"))