mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-xr: Update to 1.14.
* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.14.
This commit is contained in:
parent
cd17ac4483
commit
77c4ef1af9
1 changed files with 3 additions and 5 deletions
|
@ -959,15 +959,13 @@ (define-public emacs-anaphora
|
||||||
(define-public emacs-xr
|
(define-public emacs-xr
|
||||||
(package
|
(package
|
||||||
(name "emacs-xr")
|
(name "emacs-xr")
|
||||||
(version "1.13")
|
(version "1.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append "https://elpa.gnu.org/packages/xr-" version ".tar"))
|
||||||
"https://elpa.gnu.org/packages/xr-" version ".tar"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1hfl7jvimgdgi2mwsx9laxcywp4n6k6vfkanjwm3sf27awqz7ngs"))))
|
||||||
"1km4x92pii8c4bcimks4xzhmwpypdf183z0zh7raj062jz4jb74r"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://elpa.gnu.org/packages/xr.html")
|
(home-page "https://elpa.gnu.org/packages/xr.html")
|
||||||
(synopsis "Convert string regexp to rx notation")
|
(synopsis "Convert string regexp to rx notation")
|
||||||
|
|
Loading…
Reference in a new issue