mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-deadgrep: Update to 0.12.
* gnu/packages/emacs-xyz.scm (emacs-deadgrep): Update to 0.12.
This commit is contained in:
parent
93d8aad521
commit
b53355f08d
1 changed files with 34 additions and 37 deletions
|
@ -23861,22 +23861,19 @@ accept and reject GitHub pull requests.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-deadgrep
|
(define-public emacs-deadgrep
|
||||||
;; Latest release is not tagged.
|
|
||||||
(let ((commit "aebaf72e35546fd235b4861399791814e4e4c7d8")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-deadgrep")
|
(name "emacs-deadgrep")
|
||||||
(version (git-version "0.11" revision commit))
|
(version "0.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/Wilfred/deadgrep")
|
(url "https://github.com/Wilfred/deadgrep")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qd60winrrpxmrjsx77i24921p6dad9halz5l5s6biwa421zcgr3"))))
|
"0bwf8gsqw7hsmacqd34piwgv066ijfclmxaigkvhvpac0lpsmi79"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(inputs (list ripgrep))
|
(inputs (list ripgrep))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -23898,7 +23895,7 @@ accept and reject GitHub pull requests.")
|
||||||
(synopsis "Frontend for @code{ripgrep}")
|
(synopsis "Frontend for @code{ripgrep}")
|
||||||
(description "This package provides an Emacs interface for performing
|
(description "This package provides an Emacs interface for performing
|
||||||
searches with @code{ripgrep}.")
|
searches with @code{ripgrep}.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-focus
|
(define-public emacs-focus
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue