guix-commits
[Top][All Lists]
Advanced

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

01/44: gnu: emacs-xr: Update to 1.24.


From: guix-commits
Subject: 01/44: gnu: emacs-xr: Update to 1.24.
Date: Fri, 1 Sep 2023 16:23:03 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 584a5a80f13d6ffb5469ec30eee832607ab1db45
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 1 21:19:12 2023 +0200

    gnu: emacs-xr: Update to 1.24.
    
    * gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.24.
---
 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 3eaf215134..1e6b1599c8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2801,13 +2801,13 @@ and ease-of-key score.  Most frequently used commands 
have most easy keys.")
 (define-public emacs-xr
   (package
     (name "emacs-xr")
-    (version "1.23")
+    (version "1.24")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/xr-"; version ".tar"))
        (sha256
-        (base32 "1nz3fhd4qx8fxib78y41jvnzn27lf7mlvpkz565d5zc9q4mr300z"))))
+        (base32 "04g7qx6qmhp98pw5iwdhspln9sg9jzjq2zp3nmq3q1yl82pzd214"))))
     (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]