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.21.


From: guix-commits
Subject: branch master updated: gnu: emacs-xr: Update to 1.21.
Date: Thu, 18 Feb 2021 04:55:22 -0500

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 70ec538  gnu: emacs-xr: Update to 1.21.
70ec538 is described below

commit 70ec53834e13988824f6ead0ea7b5f92e6e90a56
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 18 10:54:54 2021 +0100

    gnu: emacs-xr: Update to 1.21.
    
    * gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.21.
---
 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 5f1d1a8..f6cc03a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1399,13 +1399,13 @@ in certain cases.  It also enables recursion for 
anonymous functions.")
 (define-public emacs-xr
   (package
     (name "emacs-xr")
-    (version "1.20")
+    (version "1.21")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/xr-"; version ".tar"))
        (sha256
-        (base32 "0i3vfsp110z60gabn9x9rv21fvm7nnr234mvmpp7gx4l4hpadvzy"))))
+        (base32 "0mc10d33lsqs0ihcja8w78jzh2pk0dfm9m86kap6r3hi6wkr1cmi"))))
     (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]