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


From: guix-commits
Subject: branch master updated: gnu: emacs-xr: Update to 1.18.
Date: Tue, 10 Mar 2020 11:20:11 -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 0e20e2c  gnu: emacs-xr: Update to 1.18.
0e20e2c is described below

commit 0e20e2c3871075a8fa117e2139f9ac494e08f0de
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Tue Mar 10 16:20:02 2020 +0100

    gnu: emacs-xr: Update to 1.18.
    
    * gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.18.
---
 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 984613e..d458143 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -972,13 +972,13 @@ in certain cases.  It also enables recursion for 
anonymous functions.")
 (define-public emacs-xr
   (package
     (name "emacs-xr")
-    (version "1.17")
+    (version "1.18")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/xr-"; version ".tar"))
        (sha256
-        (base32 "0kicy15hww85kf7vii1j4yypa9z44d5vbpm65vwb6fzz0lv639zm"))))
+        (base32 "1nq9pj47sxgpkw97c2xrkhgcwh3zsfd2a22qiqbl4i9zf2l9yy91"))))
     (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]