mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: emacs-deadgrep: Update to 0.11.
* gnu/packages/emacs-xyz.scm (emacs-deadgrep): Update to 0.11. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
ac577bb7de
commit
868df4f36f
1 changed files with 5 additions and 4 deletions
|
@ -63,7 +63,7 @@
|
|||
;;; Copyright © 2020 Evan Straw <evan.straw99@gmail.com>
|
||||
;;; Copyright © 2020, 2021 Masaya Tojo <masaya@tojo.tokyo>
|
||||
;;; Copyright © 2020, 2021 Martin Becze <mjbecze@riseup.net>
|
||||
;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
|
||||
;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
|
||||
;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
|
||||
;;; Copyright © 2020 6033fe7de85d <6033fe7de85d@airmail.cc>
|
||||
;;; Copyright © 2020 John Soo <jsoo1@asu.edu>
|
||||
|
@ -21478,11 +21478,12 @@ (define-public emacs-github-review
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-deadgrep
|
||||
(let ((commit "7e50e71c6ff4e17dded43e0836dae4e5ec020fcf")
|
||||
;; Latest release is not tagged.
|
||||
(let ((commit "aebaf72e35546fd235b4861399791814e4e4c7d8")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-deadgrep")
|
||||
(version (git-version "0.10" revision commit))
|
||||
(version (git-version "0.11" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -21492,7 +21493,7 @@ (define-public emacs-deadgrep
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vjhrq02l8gvdn2haygzq7277hnhjchs9xrfpcnh76gqip200gx4"))))
|
||||
"1qd60winrrpxmrjsx77i24921p6dad9halz5l5s6biwa421zcgr3"))))
|
||||
(build-system emacs-build-system)
|
||||
(inputs (list ripgrep))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue