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

commit b0ea618fbec2eb64dc60a8b9f0db3ad587e8cdb3
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Sep 6 18:20:36 2021 +0200

    gnu: emacs-xref: Update to 1.2.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.2.2.
---
 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 48d2504..b3fb62c 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.2.1")
+    (version "1.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/xref-";
                            version ".tar"))
        (sha256
-        (base32 "1x7hfqp7y4yr4r7n49lqdf1h2plhgaxdn9x7rjkp05szj3rgflk6"))))
+        (base32 "14kdy8blhs6lwg349l9lmv0bbpybgi9nsg2iic3v87j4jyi41ljm"))))
     (build-system emacs-build-system)
     (home-page "http://elpa.gnu.org/packages/xref.html";)
     (synopsis "Cross-referencing commands")

Reply via email to