guix-commits
[Top][All Lists]
Advanced

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

09/24: gnu: emacs-xref: Update to 1.6.3.


From: guix-commits
Subject: 09/24: gnu: emacs-xref: Update to 1.6.3.
Date: Wed, 15 Mar 2023 19:18:19 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 511225c66144317d058765a8e2ed8e0a6357bc8e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Mar 15 23:24:28 2023 +0100

    gnu: emacs-xref: Update to 1.6.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.6.3.
---
 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 805bda94b5..230d8bedc3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34758,14 +34758,14 @@ work on alists, hash-table and arrays.  All functions 
are prefixed with
 (define-public emacs-xref
   (package
     (name "emacs-xref")
-    (version "1.6.2")
+    (version "1.6.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/xref-";
                            version ".tar"))
        (sha256
-        (base32 "16vzjl2dv5nmb40xfw7mfrk8i64fac3cy4sf2d2hy832rwlg15q0"))))
+        (base32 "0ccfp47y769zrb5sza8skzy4nj4793lzd0jn5c83s3g916gp304l"))))
     (build-system emacs-build-system)
     (home-page "https://elpa.gnu.org/packages/xref.html";)
     (synopsis "Cross-referencing commands")



reply via email to

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