me
/
guix
Archived
1
0
Fork 0

gnu: emacs-rg: Update to 2.1.0.

* gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.1.0.
master
Nicolas Goaziou 2021-06-26 09:56:08 +02:00
parent 4a9c947614
commit 7c318c4201
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -4407,7 +4407,7 @@ result.")
(define-public emacs-rg (define-public emacs-rg
(package (package
(name "emacs-rg") (name "emacs-rg")
(version "2.0.3") (version "2.1.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4416,7 +4416,7 @@ result.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0d8habjr4nv0xbgsk7nj5zid5zywf00vbl5zcx7anda5w1cy2zvr")))) (base32 "17f11znjyfnxs5y0zafcx9aa055wkw3igzk9gy0cipnyp42yb4v7"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
'(#:phases '(#:phases