gnu: emacs-rg: Update to 2.3.0.

* gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.3.0.
This commit is contained in:
Nicolas Goaziou 2023-03-30 11:49:29 +02:00
parent 26fd5755a6
commit 677cad5e1a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6171,7 +6171,7 @@ result.")
(define-public emacs-rg (define-public emacs-rg
(package (package
(name "emacs-rg") (name "emacs-rg")
(version "2.2.1") (version "2.3.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6180,7 +6180,7 @@ result.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1nxzplpk5cf6hhr2v85bmg68i6am96shi2zq7m83fs96bilhwsp5")))) (base32 "1adici6hs4ivz7lqhrgdm9g1rz0mgvrsa7pkr2pcx6mg1f0qnlmr"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list