gnu: emacs-xr: Update to 1.23.

* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.23.
This commit is contained in:
Nicolas Goaziou 2022-07-12 11:53:30 +02:00
parent 94b04fcd06
commit 99b27f9238
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2029,13 +2029,13 @@ and ease-of-key score. Most frequently used commands have most easy keys.")
(define-public emacs-xr (define-public emacs-xr
(package (package
(name "emacs-xr") (name "emacs-xr")
(version "1.22") (version "1.23")
(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 "1l3bqgzvbamfs4n628kg789g7vjn4v81q570gzbw2cwjgk4s6xbj")))) (base32 "1nz3fhd4qx8fxib78y41jvnzn27lf7mlvpkz565d5zc9q4mr300z"))))
(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")