guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-xr: Update to 1.11.


From: guix-commits
Subject: 01/01: gnu: emacs-xr: Update to 1.11.
Date: Thu, 2 May 2019 04:13:31 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d34984b9fe097bd1c85f5b43cd06c391a63ecfc1
Author: Nicolas Goaziou <address@hidden>
Date:   Thu May 2 10:13:20 2019 +0200

    gnu: emacs-xr: Update to 1.11.
    
    * gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.11.
---
 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 f2e815c..84f5900 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -774,7 +774,7 @@ in certain cases.  It also enables recursion for anonymous 
functions.")
 (define-public emacs-xr
   (package
     (name "emacs-xr")
-    (version "1.10")
+    (version "1.11")
     (source
      (origin
        (method url-fetch)
@@ -782,7 +782,7 @@ in certain cases.  It also enables recursion for anonymous 
functions.")
              "https://elpa.gnu.org/packages/xr-"; version ".tar"))
        (sha256
         (base32
-         "16p68rj5h609pnbp7y0jiiq1zkbksh4qqi1q8yby3ldj5x9sfpwc"))))
+         "0xwfs2mkmgf63sfp5jwmw0ybc8pa0rlxh5aqwb348ddgmclv322f"))))
     (build-system emacs-build-system)
     (home-page "http://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]