gnu: emacs-xr: Update to 1.13.

* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.13.
master
Nicolas Goaziou 2019-08-09 16:29:21 +02:00
parent e33e3a14c5
commit b22e47a1aa
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -876,7 +876,7 @@ in certain cases. It also enables recursion for anonymous functions.")
(define-public emacs-xr
(package
(name "emacs-xr")
(version "1.12")
(version "1.13")
(source
(origin
(method url-fetch)
@ -884,7 +884,7 @@ in certain cases. It also enables recursion for anonymous functions.")
"https://elpa.gnu.org/packages/xr-" version ".tar"))
(sha256
(base32
"1vv87h0h8ldc1mbsn45w5z1m6jq8j2js4xz23a9ixdby06g60y3g"))))
"1km4x92pii8c4bcimks4xzhmwpypdf183z0zh7raj062jz4jb74r"))))
(build-system emacs-build-system)
(home-page "http://elpa.gnu.org/packages/xr.html")
(synopsis "Convert string regexp to rx notation")