gnu: emacs-ggtags: Update to 0.8.13.

* gnu/packages/emacs.scm (emacs-ggtags): Update to 0.8.13.
This commit is contained in:
Oleg Pykhalov 2018-10-20 17:46:43 +03:00
parent 42f9ebdc77
commit 83246854f3
No known key found for this signature in database
GPG key ID: 7246E11C69B79569

View file

@ -1376,7 +1376,7 @@ (define-public emacs-direnv
(define-public emacs-ggtags
(package
(name "emacs-ggtags")
(version "0.8.12")
(version "0.8.13")
(source
(origin
(method url-fetch)
@ -1384,7 +1384,7 @@ (define-public emacs-ggtags
version ".el"))
(sha256
(base32
"0ny3llk021g6r0s75xdm4hzpbxv393ddm2r6f2xdk8kqnq4gnirp"))))
"1qa7lcrcmf76sf6dy8sxbg4adq7rg59fm0n5848w3qxgsr0h45fg"))))
(build-system emacs-build-system)
(home-page "https://github.com/leoliu/ggtags")
(synopsis "Frontend to the GNU Global source code tagging system")