me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ghub: Update to 3.5.3.

* gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 3.5.3.
master
Nicolas Goaziou 2021-05-29 15:36:29 +02:00
parent 8691ea2ab7
commit feb9ae939e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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