guix_mirror_bot pushed a commit to branch master
in repository guix.
commit e32817c3eb33f52535e5296876c9773aff31d6f1
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Feb 2 22:54:23 2026 +0100
gnu: emacs-xr: Update to 2.2.
* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 2.2.
Change-Id: Ia823622ab471fe71ba0d9a80c4a1c6240021988e
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e4daa2c449..6bb5159fed 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4540,13 +4540,13 @@ and ease-of-key score. Most frequently used commands
have most easy keys.")
(define-public emacs-xr
(package
(name "emacs-xr")
- (version "2.1")
+ (version "2.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/xr-" version ".tar"))
(sha256
- (base32 "1yssl7av2rpanzmm93iw74acnb3pbrnh0b51kr64wcj6hwb26cy2"))))
+ (base32 "0d2hwn73g51gzm8ank41sfcyk87ys2s1cl9zk0h763yjd48r6jqf"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/xr.html")
(synopsis "Convert string regexp to rx notation")