guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-xr: Update to 1.19.


From: guix-commits
Subject: 01/02: gnu: emacs-xr: Update to 1.19.
Date: Sun, 3 May 2020 17:07:54 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 14b0dcc7f79a3a7c4f4b976b3e6fafe521e96383
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sun May 3 23:07:37 2020 +0200

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