guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-xref: Update to 1.2.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-xref: Update to 1.2.1.
Date: Mon, 06 Sep 2021 05:09:45 -0400

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 d5753f1  gnu: emacs-xref: Update to 1.2.1.
d5753f1 is described below

commit d5753f1d19d4e7dbfd1ac071edabcb21c4abb0b5
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Sun Sep 5 15:37:52 2021 +0200

    gnu: emacs-xref: Update to 1.2.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.2.1.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 f04a022..68df962 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29059,14 +29059,14 @@ work on alists, hash-table and arrays.  All functions 
are prefixed with
 (define-public emacs-xref
   (package
     (name "emacs-xref")
-    (version "1.1.0")
+    (version "1.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/xref-";
                            version ".tar"))
        (sha256
-        (base32 "1s7pwk09bry4nqr4bc78a3mbwyrxagai2gpsd49x47czy2x7m3ax"))))
+        (base32 "1x7hfqp7y4yr4r7n49lqdf1h2plhgaxdn9x7rjkp05szj3rgflk6"))))
     (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]