mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a42f14204a
commit
e4a88925b4
1 changed files with 18 additions and 21 deletions
|
@ -6942,21 +6942,18 @@ 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.
|
|
||||||
;; https://github.com/mhayashi1120/Emacs-wgrep/issues/64
|
|
||||||
(let ((commit "379afd89ebd76f63842c8589127d66096a8bb595"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-wgrep")
|
(name "emacs-wgrep")
|
||||||
(version "2.3.1")
|
(version "2.3.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/mhayashi1120/Emacs-wgrep")
|
(url "https://github.com/mhayashi1120/Emacs-wgrep")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0v1qx8z1xj9qzirlycbihnkpwcklyi3a0j8lil78pmdpixdbgh47"))))
|
"00cwqzb94jlq4mwgv8z7r3mn0a6mhq95z6j189kacq9g4473zh8d"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/mhayashi1120/Emacs-wgrep")
|
(home-page "https://github.com/mhayashi1120/Emacs-wgrep")
|
||||||
(synopsis "Edit a grep buffer and apply those changes to the files")
|
(synopsis "Edit a grep buffer and apply those changes to the files")
|
||||||
|
@ -6964,7 +6961,7 @@ Dust.js, React/JSX, Angularjs, ejs, etc.")
|
||||||
"Emacs wgrep allows you to edit a grep buffer and apply those changes
|
"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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue