me
/
guix
Archived
1
0
Fork 0

gnu: emacs-iedit: Update to 0.9.9.9.

* gnu/packages/emacs.scm (emacs-iedit): Update to 0.9.9.9.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
master
Kyle Meyer 2017-06-10 23:29:19 -04:00 committed by Arun Isaac
parent 9dfc5bb5a9
commit f9f77a9ef0
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 2 additions and 2 deletions

View File

@ -2780,7 +2780,7 @@ highlighted. Pressing that character will switch to that window.")
(define-public emacs-iedit
(package
(name "emacs-iedit")
(version "0.9.9")
(version "0.9.9.9")
(source
(origin
(method url-fetch)
@ -2789,7 +2789,7 @@ highlighted. Pressing that character will switch to that window.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"00v86zllcsivmiibigbr91qij2zdf1lr9db8z8again1sn63wkdj"))))
"1hv8q6pr85ss9g3158l1fqv3m62vsq8rslsi86jicr2dcxyascr0"))))
(build-system emacs-build-system)
(home-page "http://www.emacswiki.org/emacs/Iedit")
(synopsis "Edit multiple regions in the same way simultaneously")