diff --git a/modules/tools/magit/packages.el b/modules/tools/magit/packages.el index ea1a2db1b..2d33c0142 100644 --- a/modules/tools/magit/packages.el +++ b/modules/tools/magit/packages.el @@ -1,12 +1,12 @@ ;; -*- no-byte-compile: t; -*- ;;; tools/magit/packages.el -;; NOTE: Always bump this to HEAD~1, not HEAD, because the latest commit on -;; magit's melpa branch is auto-generated and moved to HEAD every time there's -;; a commit to its main branch. +;; NOTE: Always bump magit and forge to HEAD~1, not HEAD, because the latest +;; commit on their melpa branches are auto-generated and moved to HEAD every +;; time there's a commit to its main branch. (package! magit :pin "2da34f1317c619ec2dfb9e0d969449261ca7f31f") (when (modulep! +forge) - (package! forge :pin "1e7ee99c7f76034e40210a6fd6007015b1998f6d") + (package! forge :pin "30f181f785522f2debf60945d6b589a65bc415f6") (package! code-review :recipe (:host github :repo "doomelpa/code-review"