me
/
guix
Archived
1
0
Fork 0

gnu: emacs-xr: Update to 1.24.

* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.24.
master
Nicolas Goaziou 2023-09-01 21:19:12 +02:00
parent 7309da3ba6
commit 584a5a80f1
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -2801,13 +2801,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.23") (version "1.24")
(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 "1nz3fhd4qx8fxib78y41jvnzn27lf7mlvpkz565d5zc9q4mr300z")))) (base32 "04g7qx6qmhp98pw5iwdhspln9sg9jzjq2zp3nmq3q1yl82pzd214"))))
(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")