[PATCH] gnu: emacs-deadgrep: Update to 0.10.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)
87o8pig807.fsf@rohleder.de
* gnu/packages/emacs-xyz.scm (emacs-deadgrep): Update to 0.10 and
changed to propagated-inputs, because w/o `M-x deadgrep` results in
"spinner not found"
From af81b28f8a54f42288e8bbffd21b1ff8b788b084 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Tue, 16 Jun 2020 20:43:56 +0200
Subject: [PATCH] gnu: emacs-deadgrep: Update to 0.10.

* gnu/packages/emacs-xyz.scm (emacs-deadgrep): Update to 0.10.
---
gnu/packages/emacs-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Toggle diff (33 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d5e30acf6d..58c80210af 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16961,11 +16961,11 @@ accept and reject GitHub pull requests.")
(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)
@@ -16975,9 +16975,9 @@ accept and reject GitHub pull requests.")
(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)))
--
2.26.2
--
<jwz> college is for pussies!
(from irc.mozilla.org)
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl7pFHgACgkQfHr/vv7y
yyWfQAf+PlPVew/OGPSL4W8e1krGVOg+CMRaTmf7ICyzn7FJDzXHstPlDdKaiJbx
PTXxmzit9ZVuu07AYNXCgZlGqMxo5iqVnAx7jXXmwtgceJXTgQr4j0XItKE8/Nq3
5TuSMhR+3Ssz9WS/8XHwalwT9sjQO7MVtlwnobDeLkNkcaX5G6phEQeHsx3qwrRP
ETgbEUi4glV50oMHQeNTEHdwYxiqg2Eue2PDynLBfilQEDGU/nfY5HEqgc5LLlO5
z0mjiTP5MM6IYz3fN10qN2DLpeiXJEr5tt1ftY4sroJM9Xm9OQ3nv1M/5jGQol4X
FT0tXuZTn8Ycmgy8KIIKXyhDec71WA==
=lEgB
-----END PGP SIGNATURE-----

Nicolas Goaziou wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 41898-done@debbugs.gnu.org)
871rmeby3r.fsf@nicolasgoaziou.fr
Hello,

Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (11 lines)
> * gnu/packages/emacs-xyz.scm (emacs-deadgrep): Update to 0.10 and
> changed to propagated-inputs, because w/o `M-x deadgrep` results in
> "spinner not found"
>
> From af81b28f8a54f42288e8bbffd21b1ff8b788b084 Mon Sep 17 00:00:00 2001
> From: Michael Rohleder <mike@rohleder.de>
> Date: Tue, 16 Jun 2020 20:43:56 +0200
> Subject: [PATCH] gnu: emacs-deadgrep: Update to 0.10.
>
> * gnu/packages/emacs-xyz.scm (emacs-deadgrep): Update to 0.10.

Your message looks wrong because there are two commit messages.

Anyway, I applied your patch.

Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 41898@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 41898
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help