gnu: emacs-wgrep: Update to 2.3.2.

* gnu/packages/emacs-xyz.scm (emacs-wgrep): Update to 2.3.2.
This commit is contained in:
Pierre Neidhardt 2020-02-04 10:55:01 +01:00
parent a42f14204a
commit e4a88925b4
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -6942,29 +6942,26 @@ Dust.js, React/JSX, Angularjs, ejs, etc.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-wgrep (define-public emacs-wgrep
;; Tag is missing, so we use the commit directly. (package
;; https://github.com/mhayashi1120/Emacs-wgrep/issues/64 (name "emacs-wgrep")
(let ((commit "379afd89ebd76f63842c8589127d66096a8bb595")) (version "2.3.2")
(package (source (origin
(name "emacs-wgrep") (method git-fetch)
(version "2.3.1") (uri (git-reference
(source (origin (url "https://github.com/mhayashi1120/Emacs-wgrep")
(method git-fetch) (commit version)))
(uri (git-reference (file-name (git-file-name name version))
(url "https://github.com/mhayashi1120/Emacs-wgrep") (sha256
(commit commit))) (base32
(file-name (git-file-name name version)) "00cwqzb94jlq4mwgv8z7r3mn0a6mhq95z6j189kacq9g4473zh8d"))))
(sha256 (build-system emacs-build-system)
(base32 (home-page "https://github.com/mhayashi1120/Emacs-wgrep")
"0v1qx8z1xj9qzirlycbihnkpwcklyi3a0j8lil78pmdpixdbgh47")))) (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
(synopsis "Edit a grep buffer and apply those changes to the files")
(description
"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: to the file buffer. Several backends are supported beside the classic grep:
ack, ag, helm and pt.") ack, ag, helm and pt.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-helm (define-public emacs-helm
(package (package