gnu: emacs-ghub: Update to 3.6.0.
* gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 3.6.0. [propagated-inputs]: Add EMACS-COMPAT.master
parent
a12a8d208b
commit
bdbe0314fb
|
@ -1940,7 +1940,7 @@ organizing remote Go repository clones.")
|
|||
(define-public emacs-ghub
|
||||
(package
|
||||
(name "emacs-ghub")
|
||||
(version "3.5.6")
|
||||
(version "3.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1949,7 +1949,7 @@ organizing remote Go repository clones.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1pw1rjrvvanlcxv3rb64s2p646zfaipp7h7v8djlrrnlgy6mwbqd"))))
|
||||
(base32 "11nrh2lr5179r0brd9vl7r0i0dpjxdr5frplxq6j2ca7l2vzwqyr"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -1974,7 +1974,7 @@ organizing remote Go repository clones.")
|
|||
(native-inputs
|
||||
(list texinfo))
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-let-alist emacs-treepy))
|
||||
(list emacs-compat emacs-dash emacs-let-alist emacs-treepy))
|
||||
(home-page "https://github.com/magit/ghub")
|
||||
(synopsis "Emacs client libraries for the APIs of various Git forges")
|
||||
(description
|
||||
|
|
Reference in New Issue