bump: ghub

magit/ghub@HEAD -> magit/ghub@97a07691ef (4.3.2)

ghub is in a state of flux right now, with some parts being split into
their own packages¹. The latest ghub release (4.3.2)² is just three weeks old,
so I think we are fine just pinning that one.

¹: 3e7ad9d138/CHANGELOG (v500----unreleased)
²: https://github.com/magit/ghub/releases/tag/v4.3.2

Fix: #8421
Ref: magit/ghub@30e57b2
This commit is contained in:
pancho horrillo
2025-06-26 02:36:19 +02:00
committed by GitHub
parent cab27813d5
commit bffc593b9f

View File

@ -8,6 +8,10 @@
:pin "a31859547a1ea5e2acbab67b6b64f90134e2a156" ; 0.5.3
;; forge depends on ghub, which requires Emacs 29.1+
:disable (version< emacs-version "29.1"))
(package! ghub
:pin "97a07691efad6fc16bc000a35be80d4f8dae251a" ; 4.3.2
;; ghub requires Emacs 29.1+
:disable (version< emacs-version "29.1"))
(package! code-review
:recipe (:host github
:repo "doomelpa/code-review"