guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-xr: Update to 1.17.


From: guix-commits
Subject: 02/02: gnu: emacs-xr: Update to 1.17.
Date: Sat, 7 Mar 2020 15:42:59 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 2519e4cba847574ff65e1d5e24ba5dfa3b95d40c
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sat Mar 7 21:42:45 2020 +0100

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