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.
This commit is contained in:
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

View file

@ -1216,7 +1216,7 @@ organizing remote Go repository clones.")
(define-public emacs-ghub (define-public emacs-ghub
(package (package
(name "emacs-ghub") (name "emacs-ghub")
(version "3.5.3") (version "3.5.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1225,7 +1225,7 @@ organizing remote Go repository clones.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1sn7rzfkm75vj3whhisrjk1s34lz6hc08hmf4nnznbdvyimnd013")))) (base32 "1bc5z63ylb0ir5v9qngyl50svmlfd6hx9lv1ladwywncdpsslls8"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:phases `(#:phases