unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41898] [PATCH] gnu: emacs-deadgrep: Update to 0.10.
@ 2020-06-16 18:50 Michael Rohleder
  2020-06-16 19:38 ` bug#41898: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-06-16 18:50 UTC (permalink / raw)
  To: 41898


[-- Attachment #1.1: Type: text/plain, Size: 155 bytes --]

* 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"


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: [PATCH] gnu: emacs-deadgrep: Update to 0.10. --]
[-- Type: text/x-patch, Size: 1604 bytes --]

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(-)

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


[-- Attachment #1.3: Type: text/plain, Size: 62 bytes --]


-- 
<jwz> college is for pussies!
(from irc.mozilla.org)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#41898: [PATCH] gnu: emacs-deadgrep: Update to 0.10.
  2020-06-16 18:50 [bug#41898] [PATCH] gnu: emacs-deadgrep: Update to 0.10 Michael Rohleder
@ 2020-06-16 19:38 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-06-16 19:38 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 41898-done

Hello,

Michael Rohleder <mike@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@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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-16 19:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-16 18:50 [bug#41898] [PATCH] gnu: emacs-deadgrep: Update to 0.10 Michael Rohleder
2020-06-16 19:38 ` bug#41898: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).