gnu: emacs-xr: Update to 1.16.

* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.16.
This commit is contained in:
Nicolas Goaziou 2020-03-01 22:54:46 +01:00
parent 2d79250d1a
commit 55db5a50e2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -970,13 +970,13 @@ (define-public emacs-anaphora
(define-public emacs-xr (define-public emacs-xr
(package (package
(name "emacs-xr") (name "emacs-xr")
(version "1.15") (version "1.16")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/xr-" version ".tar")) (uri (string-append "https://elpa.gnu.org/packages/xr-" version ".tar"))
(sha256 (sha256
(base32 "0pxzr6n0qa29ly8j3cl46rv9a65ajfcgahrhdylg4yfb9gh1x4ly")))) (base32 "1s6pkbr7gkan0r9gfmix75m587d8cg6l11722v70zzgf2z9w2xg9"))))
(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")