gnu: emacs-xr: Update to 1.15.
* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.15.
This commit is contained in:
parent
4690e3a4ec
commit
4cb7c3d6a0
1 changed files with 2 additions and 2 deletions
|
@ -960,13 +960,13 @@ (define-public emacs-anaphora
|
|||
(define-public emacs-xr
|
||||
(package
|
||||
(name "emacs-xr")
|
||||
(version "1.14")
|
||||
(version "1.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/xr-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "1hfl7jvimgdgi2mwsx9laxcywp4n6k6vfkanjwm3sf27awqz7ngs"))))
|
||||
(base32 "0pxzr6n0qa29ly8j3cl46rv9a65ajfcgahrhdylg4yfb9gh1x4ly"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://elpa.gnu.org/packages/xr.html")
|
||||
(synopsis "Convert string regexp to rx notation")
|
||||
|
|
Loading…
Reference in a new issue