GNU bug report logs -
#41898
[PATCH] gnu: emacs-deadgrep: Update to 0.10.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Tue, 16 Jun 2020 18:51:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#41898: [PATCH] gnu: emacs-deadgrep: Update to 0.10.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 41898 <at> debbugs.gnu.org.
--
41898: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41898
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
Michael Rohleder <mike <at> rohleder.de> writes:
> * 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 <at> 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
* 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"
[0001-gnu-emacs-deadgrep-Update-to-0.10.patch (text/x-patch, inline)]
From af81b28f8a54f42288e8bbffd21b1ff8b788b084 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike <at> 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(-)
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
[Message part 6 (text/plain, inline)]
--
<jwz> college is for pussies!
(from irc.mozilla.org)
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 5 years and 60 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.