Archived
1
0
Fork 0

gnu: emacs-rg: Update to 2.2.1.

* gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.2.1.
This commit is contained in:
Nicolas Goaziou 2022-07-04 15:32:34 +02:00
parent e5b3349128
commit 30f8183b9a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5046,17 +5046,15 @@ result.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public emacs-rg (define-public emacs-rg
(let ((commit "444a8ccfea0b38452a0bc4c390a8ee01cfe30017")
(revision "0"))
(package (package
(name "emacs-rg") (name "emacs-rg")
(version (git-version "2.2.0" revision commit)) (version "2.2.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/dajva/rg.el") (url "https://github.com/dajva/rg.el")
(commit commit))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1nxzplpk5cf6hhr2v85bmg68i6am96shi2zq7m83fs96bilhwsp5")))) (base32 "1nxzplpk5cf6hhr2v85bmg68i6am96shi2zq7m83fs96bilhwsp5"))))
@ -5079,7 +5077,7 @@ result.")
"@code{rg} is an Emacs search package based on the @code{ripgrep} command "@code{rg} is an Emacs search package based on the @code{ripgrep} command
line tool. It allows one to interactively search based on the editing context line tool. It allows one to interactively search based on the editing context
then refine or modify the search results.") then refine or modify the search results.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-inf-ruby (define-public emacs-inf-ruby
(package (package