gnu: emacs-wgrep: Update to 20180711.

* gnu/packages/emacs.scm (emacs-wgrep): Update to 20180711.
This commit is contained in:
Pierre Neidhardt 2018-07-22 19:55:06 +02:00
parent db4c03e249
commit 3ad4443f68
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 22 additions and 19 deletions

View File

@ -4576,25 +4576,28 @@ Dust.js, React/JSX, Angularjs, ejs, etc.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-wgrep (define-public emacs-wgrep
(package (let ((commit "414be70bd313e482cd9f0b70fd2daad4ee23497c"))
(name "emacs-wgrep") ;; Late commit fixes compatibility issue with Emacs 26+.
(version "2.1.10") (package
(source (origin (name "emacs-wgrep")
(method url-fetch) (version (git-version "2.1.10" "1" commit))
(uri (string-append (source (origin
"https://github.com/mhayashi1120/Emacs-wgrep/archive/" (method git-fetch)
version ".tar.gz")) (uri (git-reference
(file-name (string-append name "-" version ".tar.gz")) (url "https://github.com/mhayashi1120/Emacs-wgrep")
(sha256 (commit commit)))
(base32 (file-name (git-file-name name version))
"1r2bpypar70xg6dsx12x1k74f39ww930rday7rgqpyknzsx1k4l1")))) (sha256
(build-system emacs-build-system) (base32
(home-page "https://github.com/mhayashi1120/Emacs-wgrep") "1sdhd587q3pg92lhiayph87azhalmf1gzrnsprkmqvnphv7mvks9"))))
(synopsis "Edit a grep buffer and apply those changes to the files") (build-system emacs-build-system)
(description (home-page "https://github.com/mhayashi1120/Emacs-wgrep")
"Emacs wgrep allows you to edit a grep buffer and apply those changes to (synopsis "Edit a grep buffer and apply those changes to the files")
the file buffer.") (description
(license license:gpl3+))) "Emacs wgrep allows you to edit a grep buffer and apply those changes
to the file buffer. Several backends are supported beside the classic grep:
ack, ag, helm and pt.")
(license license:gpl3+))))
(define-public emacs-helm (define-public emacs-helm
(package (package