From bffc593b9fec2bea674a9e6263138cdcf284472c Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Thu, 26 Jun 2025 02:36:19 +0200 Subject: [PATCH] bump: ghub MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit magit/ghub@HEAD -> magit/ghub@97a07691efad (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. ¹: https://github.com/magit/ghub/blob/3e7ad9d138c09869df171d945541562448af0174/CHANGELOG#v500----unreleased ²: https://github.com/magit/ghub/releases/tag/v4.3.2 Fix: #8421 Ref: magit/ghub@30e57b2 --- modules/tools/magit/packages.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/tools/magit/packages.el b/modules/tools/magit/packages.el index b97ca1b92..0a07f2f14 100644 --- a/modules/tools/magit/packages.el +++ b/modules/tools/magit/packages.el @@ -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"