unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#36980] [PATCH] Update emacs-deadgrep.
@ 2019-08-08 22:21 Brian Leung
  2019-08-09 14:33 ` bug#36980: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Leung @ 2019-08-08 22:21 UTC (permalink / raw)
  To: 36980


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

See attached.

[-- Attachment #1.2: Type: text/html, Size: 39 bytes --]

[-- Attachment #2: 0001-gnu-emacs-deadgrep-Update-to-0.8-1.329119c.patch --]
[-- Type: text/x-patch, Size: 1577 bytes --]

From 670264abf8fbbb72bd8afe91b3c274adad6ea1bd Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Thu, 8 Aug 2019 23:32:42 +0200
Subject: [PATCH] gnu: emacs-deadgrep: Update to 0.8-1.329119c.

* gnu/packages/emacs-xyz.scm (emacs-deadgrep): Update to 0.8-1.329119c.
---
 gnu/packages/emacs-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a258571006..28ac0593db 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13985,12 +13985,13 @@ accept and reject GitHub pull requests.")
       (license license:gpl3+))))
 
 (define-public emacs-deadgrep
-  (let ((commit "caeb37b8d6ab83f0eba353d6bbb29678190d4419")
-        (version "0.7")
+  ;; We prefer a newer commit (four commits newer than release) because of a
+  ;; bugfix for globbing.
+  (let ((commit "329119c65126f7917d3910bc584f4191ba8f21ac")
         (revision "1"))
     (package
       (name "emacs-deadgrep")
-      (version (git-version version revision commit))
+      (version (git-version "0.8" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -14000,7 +14001,7 @@ accept and reject GitHub pull requests.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "158fqha8nilwfzmw15lcsq8b099j8wclzq303md0j4mfr2q2gfvs"))))
+           "0fxf7gq9sjfkgpdfqx10w3l3nd4rwa8kv9plyxk1fqacb3s5m6ai"))))
       (build-system emacs-build-system)
       (inputs
        `(("emacs-dash" ,emacs-dash)
-- 
2.22.0


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

* bug#36980: [PATCH] Update emacs-deadgrep.
  2019-08-08 22:21 [bug#36980] [PATCH] Update emacs-deadgrep Brian Leung
@ 2019-08-09 14:33 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2019-08-09 14:33 UTC (permalink / raw)
  To: Brian Leung; +Cc: 36980-done


Hi Brian,

I’ve pushed this to the master branch.

Thanks!

-- 
Ricardo

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

end of thread, other threads:[~2019-08-09 14:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-08 22:21 [bug#36980] [PATCH] Update emacs-deadgrep Brian Leung
2019-08-09 14:33 ` bug#36980: " Ricardo Wurmus

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