mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user