me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ghub: Update to 3.5.4.

* gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 3.5.4.
master
Nicolas Goaziou 2021-10-03 21:42:35 +02:00
parent 47a82799c5
commit 6948f57052
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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