guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-xr: Update to 1.23.


From: guix-commits
Subject: branch master updated: gnu: emacs-xr: Update to 1.23.
Date: Tue, 12 Jul 2022 05:54:33 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 99b27f9238 gnu: emacs-xr: Update to 1.23.
99b27f9238 is described below

commit 99b27f9238251f0144062be19b910293250c20c3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jul 12 11:53:30 2022 +0200

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