gnu: emacs-xr: Update to 2.0.

* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 2.0.

Change-Id: I823a0e57f17fcb46ca97ba482811297e962e3340
This commit is contained in:
Nicolas Goaziou 2024-08-19 22:30:37 +02:00
parent 14ff21d9fd
commit c2774ceb71
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3311,13 +3311,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.25") (version "2.0")
(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 "0w4gaxypl76d1jw9vcq0zhj7ksj44wyfb148l1fb0vl7h6wpv0pg")))) (base32 "1y5pcrph6v8q06mipv3l49qhw55yvvb1nnq0817bzm25k0s3z70v"))))
(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")