guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-ggtags: Update to 0.9.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-ggtags: Update to 0.9.0.
Date: Sat, 03 Apr 2021 05:43:03 -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 7087d4b  gnu: emacs-ggtags: Update to 0.9.0.
7087d4b is described below

commit 7087d4ba457d2fff54903eee3d573cccd832e9e5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Apr 3 11:42:22 2021 +0200

    gnu: emacs-ggtags: Update to 0.9.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-ggtags): Update to 0.9.0.
    [source]: Update archive extension.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5aaeae3..e1f572a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2563,15 +2563,15 @@ into mode hooks and is intended to be used that way.")
 (define-public emacs-ggtags
   (package
     (name "emacs-ggtags")
-    (version "0.8.13")
+    (version "0.9.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/ggtags-";
-                           version ".el"))
+                           version ".tar"))
        (sha256
         (base32
-         "1qa7lcrcmf76sf6dy8sxbg4adq7rg59fm0n5848w3qxgsr0h45fg"))))
+         "0p79x9g94jynl83ndvqp9349vhgkzxzhnc517r8hn44iqxqf6ghg"))))
     (build-system emacs-build-system)
     (inputs
      `(("global" ,global)))



reply via email to

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