alphapapa/magit-todos@c6f3fd03aa -> alphapapa/magit-todos@cadf29d1cc magit/magit@97a95f7007 -> magit/magit@4881835572 I am still holding back on bumping forge, code-review, and closql because of wandersoncferreira/code-review#245. I've created a closql fork to address this (at doomelpa/code-review), but am still testing it. Fix: #7277 Ref: wandersoncferreira/code-review#245
14 lines
727 B
EmacsLisp
14 lines
727 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/magit/packages.el
|
|
|
|
(when (package! magit :pin "48818355728c48d986d74dde8b1e9fba25f0fd53")
|
|
(when (modulep! +forge)
|
|
(package! forge :pin "ba35ffc9bafc6457cc95633904e53e34e544543f")
|
|
(package! code-review
|
|
:recipe (:files ("graphql" "code-review*.el"))
|
|
:pin "26f426e99221a1f9356aabf874513e9105b68140")
|
|
; HACK closql c3b34a6ec438 breaks code-review wandersoncferreira/code-review#245,
|
|
; and the current forge commit (but forge does have an upstream fix),
|
|
; pinned as a temporary measure to prevent user breakages
|
|
(package! closql :pin "0a7226331ff1f96142199915c0ac7940bac4afdd"))
|
|
(package! magit-todos :pin "cadf29d1cc410c71a0020c7f83999d9f61721b90"))
|