bump: :tools magit

magit/forge@03b48be2a1 -> magit/forge@03b48be2a1
magit/magit@65ecb9c5fc -> magit/magit@65ecb9c5fc

This fixes a bug in forge (which has been fixed upstream) that
erroneously set `minibuffer-allow-text-properties' globally and caused
seemingly random errors involving completion from the minibuffer.

Ref: magit/forge#639
Ref: minad/jinx#140
This commit is contained in:
Sean Farley 2024-03-19 11:39:47 -07:00 committed by Yann Esposito (Yogsototh)
parent 161da1415b
commit 564264720c
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -1,9 +1,9 @@
;; -*- no-byte-compile: t; -*-
;;; tools/magit/packages.el
(when (package! magit :pin "65ecb9c5fc7586a1c527b60d180a97ea230da99f")
(when (package! magit :pin "0963697f24cfbe80f92312044bd9ab28b914b053")
(when (modulep! +forge)
(package! forge :pin "03b48be2a12a282cd47b92287fc1701a81f1cece")
(package! forge :pin "68771ca4d53c3aea5c860eeb888cee8e9cb5ca37")
(package! code-review
:recipe (:host github
:repo "doomelpa/code-review"