revert: compat

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
This commit is contained in:
Henrik Lissner 2022-07-31 16:08:33 +02:00
parent 614a54b036
commit dd34802523
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,7 @@
;;; tools/magit/packages.el ;;; tools/magit/packages.el
(when (package! magit :pin "c1fb53d3de6390961ccd8dfb1cc135383508d0fc") (when (package! magit :pin "c1fb53d3de6390961ccd8dfb1cc135383508d0fc")
(package! compat :pin "cc1924fd8b3f9b75b26bf93f084ea938c06f9615")
(when (featurep! +forge) (when (featurep! +forge)
(package! forge :pin "36208c43bf41782cfe81fccc904f8adbe57818e1")) (package! forge :pin "36208c43bf41782cfe81fccc904f8adbe57818e1"))
(package! magit-gitflow :pin "cc41b561ec6eea947fe9a176349fb4f771ed865b") (package! magit-gitflow :pin "cc41b561ec6eea947fe9a176349fb4f771ed865b")

View file

@ -2,7 +2,8 @@
;;; ui/modeline/packages.el ;;; ui/modeline/packages.el
(unless (featurep! +light) (unless (featurep! +light)
(package! doom-modeline :pin "ce9899f00af40edb78f58b9af5c3685d67c8eed2")) (package! doom-modeline :pin "ce9899f00af40edb78f58b9af5c3685d67c8eed2")
(package! compat :pin "cc1924fd8b3f9b75b26bf93f084ea938c06f9615"))
(package! anzu :pin "5abb37455ea44fa401d5f4c1bdc58adb2448db67") (package! anzu :pin "5abb37455ea44fa401d5f4c1bdc58adb2448db67")
(when (featurep! :editor evil) (when (featurep! :editor evil)
(package! evil-anzu :pin "d3f6ed4773b48767bd5f4708c7f083336a8a8a86")) (package! evil-anzu :pin "d3f6ed4773b48767bd5f4708c7f083336a8a8a86"))