guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-ghub: Update to 3.4.1.


From: guix-commits
Subject: 01/02: gnu: emacs-ghub: Update to 3.4.1.
Date: Sun, 23 Aug 2020 11:54:24 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 77a0bcacce6d016e62f8817fb38eda9ab068c753
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sun Aug 23 14:23:12 2020 +0300

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b9720fa..d592623 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -736,7 +736,7 @@ deliver data to mobile and web apps.")
 (define-public emacs-ghub
   (package
     (name "emacs-ghub")
-    (version "3.3.0")
+    (version "3.4.1")
     (source
      (origin
        (method git-fetch)
@@ -745,7 +745,7 @@ deliver data to mobile and web apps.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1229g0d9f4ywwjndx32x4z5jdr0kzyi44hjxmy0sifwfmg9nn251"))))
+        (base32 "07iy4203ppvzkh67sb0v968hnypnvy4dpfy0qpqrp8zmc455dxq5"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases



reply via email to

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