GNU bug report logs -
#48115
[PATCH] gnu: emacs-rg: Update to 2.0.3.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Fri, 30 Apr 2021 10:17: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):
* gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.0.3.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8395777864..286f57ac69 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4080,7 +4080,7 @@ result.")
(define-public emacs-rg
(package
(name "emacs-rg")
- (version "2.0.2")
+ (version "2.0.3")
(source
(origin
(method git-fetch)
@@ -4089,7 +4089,7 @@ result.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "15qcnsnbni0aincm9pxpfhff3c5ivd5zs2s2qchjzhcn4kdm6kxr"))))
+ (base32 "0d8habjr4nv0xbgsk7nj5zid5zywf00vbl5zcx7anda5w1cy2zvr"))))
(build-system emacs-build-system)
(arguments
'(#:phases
--
2.31.1
This bug report was last modified 4 years and 21 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.