mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-rg: Update to 2.2.0.
* gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.2.0.
This commit is contained in:
parent
e71cb813b9
commit
abeb985d4c
1 changed files with 2 additions and 2 deletions
|
@ -4831,7 +4831,7 @@ (define-public emacs-ripgrep
|
|||
(define-public emacs-rg
|
||||
(package
|
||||
(name "emacs-rg")
|
||||
(version "2.1.0")
|
||||
(version "2.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4840,7 +4840,7 @@ (define-public emacs-rg
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "17f11znjyfnxs5y0zafcx9aa055wkw3igzk9gy0cipnyp42yb4v7"))))
|
||||
(base32 "0a16g9phyy6c6vn5zfkpcpi90ixbx1ivp4wapwg189v77k2810by"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue