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


From: guix-commits
Subject: branch master updated: gnu: emacs-xr: Update to 1.14.
Date: Fri, 24 Jan 2020 12:06:16 -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 77c4ef1  gnu: emacs-xr: Update to 1.14.
77c4ef1 is described below

commit 77c4ef1af9f6ad14f131539650d427fc85e91fe9
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Fri Jan 24 18:06:02 2020 +0100

    gnu: emacs-xr: Update to 1.14.
    
    * gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.14.
---
 gnu/packages/emacs-xyz.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ece8d35..ef6a255 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -959,15 +959,13 @@ in certain cases.  It also enables recursion for 
anonymous functions.")
 (define-public emacs-xr
   (package
     (name "emacs-xr")
-    (version "1.13")
+    (version "1.14")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://elpa.gnu.org/packages/xr-"; version ".tar"))
+       (uri (string-append "https://elpa.gnu.org/packages/xr-"; version ".tar"))
        (sha256
-        (base32
-         "1km4x92pii8c4bcimks4xzhmwpypdf183z0zh7raj062jz4jb74r"))))
+        (base32 "1hfl7jvimgdgi2mwsx9laxcywp4n6k6vfkanjwm3sf27awqz7ngs"))))
     (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]