[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: gnu: emacs-ghub: Update to 3.5.4.
From: |
guix-commits |
Subject: |
01/05: gnu: emacs-ghub: Update to 3.5.4. |
Date: |
Sun, 3 Oct 2021 15:48:47 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 6948f570525e7de4a99e05e5ef4684db08509303
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Oct 3 21:42:35 2021 +0200
gnu: emacs-ghub: Update to 3.5.4.
* gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 3.5.4.
---
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 45dc1cc..9169991 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1216,7 +1216,7 @@ organizing remote Go repository clones.")
(define-public emacs-ghub
(package
(name "emacs-ghub")
- (version "3.5.3")
+ (version "3.5.4")
(source
(origin
(method git-fetch)
@@ -1225,7 +1225,7 @@ organizing remote Go repository clones.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1sn7rzfkm75vj3whhisrjk1s34lz6hc08hmf4nnznbdvyimnd013"))))
+ (base32 "1bc5z63ylb0ir5v9qngyl50svmlfd6hx9lv1ladwywncdpsslls8"))))
(build-system emacs-build-system)
(arguments
`(#:phases