guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: emacs-xref: Update to 1.4.0.


From: guix-commits
Subject: 03/03: gnu: emacs-xref: Update to 1.4.0.
Date: Mon, 21 Feb 2022 11:18:59 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit d1ca5b83711e7f958989d83ed0d620213710b813
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 21 17:16:56 2022 +0100

    gnu: emacs-xref: Update to 1.4.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.4.0.
---
 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 5df64eab4d..3b909b8d0d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30073,14 +30073,14 @@ work on alists, hash-table and arrays.  All functions 
are prefixed with
 (define-public emacs-xref
   (package
     (name "emacs-xref")
-    (version "1.3.2")
+    (version "1.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/xref-";
                            version ".tar"))
        (sha256
-        (base32 "13bsaxdxwn14plaam0hsrswngh3rm2k29v5ybjgjyjy4d5vwz78j"))))
+        (base32 "1ng03fyhpisa1v99sc96mpr7hna1pmg4gdc61p86r8lka9m5gqfx"))))
     (build-system emacs-build-system)
     (home-page "http://elpa.gnu.org/packages/xref.html";)
     (synopsis "Cross-referencing commands")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]