gnu: emacs-ghub: Update to 4.2.2.

* gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 4.2.2.
[propagated-inputs]: Add emacs-llama.

Change-Id: I06047060fd23ad37a806ff713ccfccb103d5b5de
This commit is contained in:
Nicolas Goaziou 2025-03-07 09:28:46 +01:00
parent 3091a86d7c
commit 18f2537d3b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2714,7 +2714,7 @@ organizing remote Go repository clones.")
(define-public emacs-ghub (define-public emacs-ghub
(package (package
(name "emacs-ghub") (name "emacs-ghub")
(version "4.2.0") (version "4.2.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2723,7 +2723,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 "1dlvhpwz4i2z70xh4rzkq8d1wfhbc6n0hp17kdwsy5x5d891dczi")))) (base32 "1bd8lnhv50brfxqwyk7jmgrig0cahkam7ggwaifaz8vb8m456yar"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list
@ -2748,7 +2748,11 @@ organizing remote Go repository clones.")
(native-inputs (native-inputs
(list texinfo)) (list texinfo))
(propagated-inputs (propagated-inputs
(list emacs-compat emacs-dash emacs-let-alist emacs-treepy)) (list emacs-compat
emacs-dash
emacs-llama
emacs-let-alist
emacs-treepy))
(home-page "https://github.com/magit/ghub") (home-page "https://github.com/magit/ghub")
(synopsis "Emacs client libraries for the APIs of various Git forges") (synopsis "Emacs client libraries for the APIs of various Git forges")
(description (description