mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-deadgrep: Update to 0.10.
* gnu/packages/emacs-xyz.scm (emacs-deadgrep): Update to 0.10. [inputs]: change into... [propagated-inputs]: ... this. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
503737624c
commit
b3e52889c5
1 changed files with 5 additions and 5 deletions
|
@ -16900,11 +16900,11 @@ (define-public emacs-github-review
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-deadgrep
|
||||
(let ((commit "3fc7ca1f58e190f0c80da455a0e40187e673020e")
|
||||
(revision "2"))
|
||||
(let ((commit "7e50e71c6ff4e17dded43e0836dae4e5ec020fcf")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-deadgrep")
|
||||
(version (git-version "0.8" revision commit))
|
||||
(version (git-version "0.10" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -16914,9 +16914,9 @@ (define-public emacs-deadgrep
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"016gwqxd9aqzjw3hqv3vdf8cs6la8r65g6azg5rlmjqwfx3vsaha"))))
|
||||
"1vjhrq02l8gvdn2haygzq7277hnhjchs9xrfpcnh76gqip200gx4"))))
|
||||
(build-system emacs-build-system)
|
||||
(inputs
|
||||
(propagated-inputs
|
||||
`(("emacs-dash" ,emacs-dash)
|
||||
("emacs-s" ,emacs-s)
|
||||
("emacs-spinner" ,emacs-spinner)))
|
||||
|
|
Loading…
Reference in a new issue