bump: :tools magit

alphapapa/magit-todos@c5030cc27c -> alphapapa/magit-todos@c6f3fd03aa
magit/forge@ce212f8f95 -> magit/forge@ba35ffc9ba
magit/magit@30b0debaaa -> magit/magit@97a95f7007
wandersoncferreira/code-review@95b36ec8e7 -> wandersoncferreira/code-review@26f426e992

- (#6987, #7103) Fixes "wrong-type-argument sequencep #<subr
  code-review-section--magit-diff-insert-file-section>" error when
  starting code-review.

Fix: #6987
Close: #7103
Amend: 29c595ed1b
Co-authored-by: shroomist <shroomist@users.noreply.github.com>
This commit is contained in:
Henrik Lissner 2023-02-22 17:01:07 -05:00
parent 788e507d49
commit 5018f938b1
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@
(package! smerge-mode :built-in t)
(package! browse-at-remote :pin "c020975a891438e278ad1855213d4f3d62c9fccb")
(package! git-commit :pin "30b0debaaadadec6103a8d7eab92322fd9d30a15")
(package! git-commit :pin "97a95f70079b6613bf98d2306279d3e03fe51234")
(package! git-timemachine
;; The original lives on codeberg.org; which has uptime issues.
:recipe (:host github :repo "emacsmirror/git-timemachine")

View file

@ -1,10 +1,10 @@
;; -*- no-byte-compile: t; -*-
;;; tools/magit/packages.el
(when (package! magit :pin "30b0debaaadadec6103a8d7eab92322fd9d30a15")
(when (package! magit :pin "97a95f70079b6613bf98d2306279d3e03fe51234")
(when (modulep! +forge)
(package! forge :pin "ce212f8f95838889c51d0327eb8c3979bec6665c")
(package! forge :pin "ba35ffc9bafc6457cc95633904e53e34e544543f")
(package! code-review
:recipe (:files ("graphql" "code-review*.el"))
:pin "95b36ec8e7935f96b2f3c6c9086d49cf4a72cbff"))
(package! magit-todos :pin "c5030cc27c7c1a48db52b0134bf2648a59a43176"))
:pin "26f426e99221a1f9356aabf874513e9105b68140"))
(package! magit-todos :pin "c6f3fd03aa5b750636c2647253f21cc03329566c"))