guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: emacs-ggtags: Update to 0.8.13.


From: Oleg Pykhalov
Subject: 02/09: gnu: emacs-ggtags: Update to 0.8.13.
Date: Sat, 20 Oct 2018 11:15:17 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 83246854f32ccb30bb4dfa7e8d4aeb4689b8a372
Author: Oleg Pykhalov <address@hidden>
Date:   Sat Oct 20 17:46:43 2018 +0300

    gnu: emacs-ggtags: Update to 0.8.13.
    
    * gnu/packages/emacs.scm (emacs-ggtags): Update to 0.8.13.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 2c6aeca..25bb3bd 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1376,7 +1376,7 @@ environment set through 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 @@ environment set through Direnv.")
                            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")



reply via email to

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