emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44296: closed ([PATCH] gnu: emacs-rg: Update to 2.0.2.)


From: GNU bug Tracking System
Subject: bug#44296: closed ([PATCH] gnu: emacs-rg: Update to 2.0.2.)
Date: Thu, 29 Oct 2020 09:07:02 +0000

Your message dated Thu, 29 Oct 2020 10:06:31 +0100
with message-id <87h7qdmmeg.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#44296] [PATCH] gnu: emacs-rg: Update to 2.0.2.
has caused the debbugs.gnu.org bug report #44296,
regarding [PATCH] gnu: emacs-rg: Update to 2.0.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
44296: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44296
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-rg: Update to 2.0.2. Date: Wed, 28 Oct 2020 22:53:16 +0100
* gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.0.2.
[propagated-inputs]: Add emacs-transient.
---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 49420b2b20..bb289915e9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3621,7 +3621,7 @@ result.")
 (define-public emacs-rg
   (package
     (name "emacs-rg")
-    (version "1.8.1")
+    (version "2.0.2")
     (source
      (origin
        (method git-fetch)
@@ -3630,7 +3630,7 @@ result.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0k7x5z7mh9flwih35cqy8chs54rack3nswdcpw5wcpgv6xim227y"))))
+        (base32 "15qcnsnbni0aincm9pxpfhff3c5ivd5zs2s2qchjzhcn4kdm6kxr"))))
     (build-system emacs-build-system)
     (arguments
      '(#:phases
@@ -3644,6 +3644,7 @@ result.")
                  ("(defcustom rg-executable" (which "rg")))))))))
     (propagated-inputs
      `(("emacs-s" ,emacs-s)
+       ("emacs-transient" ,emacs-transient)
        ("emacs-wgrep" ,emacs-wgrep)))
     (inputs
      `(("ripgrep" ,ripgrep)))
-- 
2.29.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#44296] [PATCH] gnu: emacs-rg: Update to 2.0.2. Date: Thu, 29 Oct 2020 10:06:31 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hello,

Michael Rohleder <mike@rohleder.de> writes:

> * gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.0.2.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]