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.
This commit is contained in:
Nicolas Goaziou 2023-05-21 13:17:47 +02:00
parent a12a8d208b
commit bdbe0314fb
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1940,7 +1940,7 @@ (define-public emacs-ghq
(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 @@ (define-public emacs-ghub
(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 @@ (define-public emacs-ghub
(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