emacs-straight/compat@2a9cf8b7bd -> emacs-straight/compat@cc1924fd8b compat is a dependency of magit and doom-modeline (among other packages), but a recent bug on compat@2a9cf8b caused #6583, so I am pinning it to a stable commit. It's not common that Doom pins 2nd/3rd order dependencies, but I will consider doing that more going forward. Pinning them across multiple modules isn't elegant, but a better solution is in the works as part of #4273. Fix: #6583 Ref: #4273
11 lines
569 B
EmacsLisp
11 lines
569 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/magit/packages.el
|
|
|
|
(when (package! magit :pin "c1fb53d3de6390961ccd8dfb1cc135383508d0fc")
|
|
(package! compat :pin "cc1924fd8b3f9b75b26bf93f084ea938c06f9615")
|
|
(when (featurep! +forge)
|
|
(package! forge :pin "36208c43bf41782cfe81fccc904f8adbe57818e1"))
|
|
(package! magit-gitflow :pin "cc41b561ec6eea947fe9a176349fb4f771ed865b")
|
|
(package! magit-todos :pin "67fd80c2f10aec4d5b2a24b5d3d53c08cc1f05dc")
|
|
(package! code-review :pin "d38fbe59304ed31c759ce733cda16f69a8ef2d8c"
|
|
:recipe (:files ("graphql" "code-review*.el"))))
|