GNU bug report logs - #53575
[PATCH] gnu: emacs-deadgrep: Update to 0.11.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Thu, 27 Jan 2022 07:58:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH] gnu: emacs-deadgrep: Update to 0.11.
Date: Thu, 27 Jan 2022 08:57:17 +0100
* gnu/packages/emacs-xyz.scm (emacs-deadgrep): Update to 0.11.
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 68c10a2307..ebe2342c79 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -63,7 +63,7 @@
 ;;; Copyright © 2020 Evan Straw <evan.straw99 <at> gmail.com>
 ;;; Copyright © 2020, 2021 Masaya Tojo <masaya <at> tojo.tokyo>
 ;;; Copyright © 2020, 2021 Martin Becze <mjbecze <at> riseup.net>
-;;; Copyright © 2020, 2021 Michael Rohleder <mike <at> rohleder.de>
+;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike <at> rohleder.de>
 ;;; Copyright © 2020 Brice Waegeneire <brice <at> waegenei.re>
 ;;; Copyright © 2020 6033fe7de85d <6033fe7de85d <at> airmail.cc>
 ;;; Copyright © 2020 John Soo <jsoo1 <at> asu.edu>
@@ -21478,11 +21478,11 @@ (define-public emacs-github-review
       (license license:gpl3+))))
 
 (define-public emacs-deadgrep
-  (let ((commit "7e50e71c6ff4e17dded43e0836dae4e5ec020fcf")
+  (let ((commit "aebaf72e35546fd235b4861399791814e4e4c7d8")
         (revision "1"))
     (package
       (name "emacs-deadgrep")
-      (version (git-version "0.10" revision commit))
+      (version (git-version "0.11" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -21492,7 +21492,7 @@ (define-public emacs-deadgrep
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1vjhrq02l8gvdn2haygzq7277hnhjchs9xrfpcnh76gqip200gx4"))))
+           "1qd60winrrpxmrjsx77i24921p6dad9halz5l5s6biwa421zcgr3"))))
       (build-system emacs-build-system)
       (inputs (list ripgrep))
       (propagated-inputs
-- 
2.34.0





This bug report was last modified 3 years and 199 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.