gnu: emacs-ggtags: Update to 0.9.0.

* gnu/packages/emacs-xyz.scm (emacs-ggtags): Update to 0.9.0.
[source]: Update archive extension.
This commit is contained in:
Nicolas Goaziou 2021-04-03 11:42:22 +02:00
parent 086069aad9
commit 7087d4ba45
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -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)))