1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

gnu: emacs-xr: Update to 2.1.

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

Change-Id: I7b9137a64c309dbbad05f2025f40d2908f49d5f1
This commit is contained in:
Nicolas Goaziou 2025-01-26 20:47:10 +01:00
parent df7458360b
commit f2247a5b6f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3479,13 +3479,13 @@ and ease-of-key score. Most frequently used commands have most easy keys.")
(define-public emacs-xr
(package
(name "emacs-xr")
(version "2.0")
(version "2.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/xr-" version ".tar"))
(sha256
(base32 "1y5pcrph6v8q06mipv3l49qhw55yvvb1nnq0817bzm25k0s3z70v"))))
(base32 "1yssl7av2rpanzmm93iw74acnb3pbrnh0b51kr64wcj6hwb26cy2"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/xr.html")
(synopsis "Convert string regexp to rx notation")