guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

44/55: gnu: emacs-xr: Update to 2.1.


From: guix-commits
Subject: 44/55: gnu: emacs-xr: Update to 2.1.
Date: Sun, 26 Jan 2025 14:59:53 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit f2247a5b6f59937027b080364ac9ef32d0d44a5f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 26 20:47:10 2025 +0100

    gnu: emacs-xr: Update to 2.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-xr): Update to 2.1.
    
    Change-Id: I7b9137a64c309dbbad05f2025f40d2908f49d5f1
---
 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 a1bd363c34..c4ec2510df 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]