[PATCH] gnu: emacs-rg: Update to 2.0.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal
M
M
Michael Rohleder wrote on 28 Oct 2020 22:53
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20201028215316.12974-1-mike@rohleder.de
* 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(-)

Toggle diff (32 lines)
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
N
N
Nicolas Goaziou wrote on 29 Oct 2020 10:06
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 44296-done@debbugs.gnu.org)
87h7qdmmeg.fsf@nicolasgoaziou.fr
Hello,

Michael Rohleder <mike@rohleder.de> writes:

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

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?