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

  • 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 3 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20220127075717.5547-1-mike@rohleder.de
* gnu/packages/emacs-xyz.scm (emacs-deadgrep): Update to 0.11.
---
gnu/packages/emacs-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (38 lines)
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@gmail.com>
;;; Copyright © 2020, 2021 Masaya Tojo <masaya@tojo.tokyo>
;;; Copyright © 2020, 2021 Martin Becze <mjbecze@riseup.net>
-;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
;;; Copyright © 2020 6033fe7de85d <6033fe7de85d@airmail.cc>
;;; Copyright © 2020 John Soo <jsoo1@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
Nicolas Goaziou wrote 3 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 53575-done@debbugs.gnu.org)
87lez0w9ah.fsf@nicolasgoaziou.fr
Hello,

Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-deadgrep): Update to 0.11.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 53575
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