guix-commits
[Top][All Lists]
Advanced

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

07/36: gnu: emacs-ghub: Update to 2.0.1.


From: Tobias Geerinckx-Rice
Subject: 07/36: gnu: emacs-ghub: Update to 2.0.1.
Date: Tue, 19 Jun 2018 23:27:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5a368b2adfffff8892819d6ce04eb52dd41fad61
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jun 20 01:15:25 2018 +0200

    gnu: emacs-ghub: Update to 2.0.1.
    
    * gnu/packages/emacs.scm (emacs-ghub): Update to 2.0.1.
---
 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 aa0e000..919986e 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -602,7 +602,7 @@ process, passing on the arguments as command line 
arguments.")
 (define-public emacs-ghub
   (package
     (name "emacs-ghub")
-    (version "2.0.0")
+    (version "2.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -611,7 +611,7 @@ process, passing on the arguments as command line 
arguments.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1zrb3xk04a228g2ahx0r02d0d3xskj60q73qavvmm2i56r66cxvc"))))
+                "0d0qj5r1bm2aidi61rigrdaycxnyb7y1ivb3h8rpvvapsf8sk7z0"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases



reply via email to

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