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


From: guix-commits
Subject: branch master updated: gnu: emacs-xref: Update to 1.3.0.
Date: Sun, 10 Oct 2021 03:47:34 -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 4c2596d  gnu: emacs-xref: Update to 1.3.0.
4c2596d is described below

commit 4c2596da51d4944e1a7ded26bfa9a1294950e3e0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Oct 10 09:45:54 2021 +0200

    gnu: emacs-xref: Update to 1.3.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.3.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 582cfe4..49b6488 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29195,14 +29195,14 @@ work on alists, hash-table and arrays.  All functions 
are prefixed with
 (define-public emacs-xref
   (package
     (name "emacs-xref")
-    (version "1.2.2")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/xref-";
                            version ".tar"))
        (sha256
-        (base32 "14kdy8blhs6lwg349l9lmv0bbpybgi9nsg2iic3v87j4jyi41ljm"))))
+        (base32 "0bw2cbxmjavzhmpd9gyl41d4c201p535jrfz3b7jb5zw12jdnppl"))))
     (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]