gnu: emacs-iedit: Update to 0.9.9.9-1.e2c100c.

* gnu/packages/emacs-xyz.scm (emacs-iedit): Update to 0.9.9.9-1.e2c100c.
This commit is contained in:
Brian Leung 2019-09-20 00:15:41 +02:00
parent 81b8a1a986
commit 923e561e6a
No known key found for this signature in database
GPG key ID: 3ADC75F013D678F9

View file

@ -5184,30 +5184,33 @@ highlighted. Pressing that character will switch to that window.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-iedit (define-public emacs-iedit
(package ;; Last release version was in 2016.
(name "emacs-iedit") (let ((commit "e2c100cdd67b7d82835d281ac2cd1bf4f374bc8f")
(version "0.9.9.9") (revision "1"))
(source (package
(origin (name "emacs-iedit")
(method git-fetch) (version (git-version "0.9.9.9" revision commit))
(uri (git-reference (source
(url "https://github.com/victorhge/iedit.git") (origin
(commit (string-append "v" version)))) (method git-fetch)
(file-name (git-file-name name version)) (uri (git-reference
(sha256 (url "https://github.com/victorhge/iedit.git")
(base32 "1pwkrm98vlpzsy5iwwfksdaz3zzyi7bvdf5fglhsn4ssf47p787g")))) (commit commit)))
(build-system emacs-build-system) (file-name (git-file-name name version))
(home-page "http://www.emacswiki.org/emacs/Iedit") (sha256
(synopsis "Edit multiple regions in the same way simultaneously") (base32 "0wr3w2id95wx2rma8n1ifjrv9rx37ly26ijc5zi58id0yrip3hnc"))))
(description (build-system emacs-build-system)
"This package is an Emacs minor mode and allows you to edit one (home-page "http://www.emacswiki.org/emacs/Iedit")
(synopsis "Edit multiple regions in the same way simultaneously")
(description
"This package is an Emacs minor mode and allows you to edit one
occurrence of some text in a buffer (possibly narrowed) or region, and occurrence of some text in a buffer (possibly narrowed) or region, and
simultaneously have other occurrences edited in the same way. simultaneously have other occurrences edited in the same way.
You can also use Iedit mode as a quick way to temporarily show only the buffer You can also use Iedit mode as a quick way to temporarily show only the buffer
lines that match the current text being edited. This gives you the effect of lines that match the current text being edited. This gives you the effect of
a temporary @code{keep-lines} or @code{occur}.") a temporary @code{keep-lines} or @code{occur}.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-zoutline (define-public emacs-zoutline
(package (package