bump: :tools magit

magit/forge@a56eb3cbb2 -> magit/forge@1e7ee99c7f
magit/magit@cf94190410 -> magit/magit@3b37048688

Due to a force push upstream, the magit ref we were pinned to no longer
worked, prompting this bump.

Fix: #8007
This commit is contained in:
Henrik Lissner 2024-08-20 21:41:12 -04:00
parent 41dab49c17
commit 5e70fe1697
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -1,9 +1,9 @@
;; -*- no-byte-compile: t; -*-
;;; tools/magit/packages.el
(package! magit :pin "cf94190410ef163fd102cdbcb67f28599d31eabc")
(package! magit :pin "3b37048688e50ba5897945ce08eeaed34433c9b7")
(when (modulep! +forge)
(package! forge :pin "a56eb3cbb27c61387d35cbff6b036a2c1bc1559d")
(package! forge :pin "1e7ee99c7f76034e40210a6fd6007015b1998f6d")
(package! code-review
:recipe (:host github
:repo "doomelpa/code-review"