Henrik Lissner 2024-09-07 18:45:33 -04:00
parent 737f91242a
commit 2fa4faa6cd
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
5 changed files with 9 additions and 12 deletions

View file

@ -1,12 +1,9 @@
;; -*- no-byte-compile: t; -*-
;;; tools/magit/packages.el
;; 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 "0aa26864e3fc4e6949711a4821caf6819e7ab171")
(package! magit :pin "0aa26864e3fc4e6949711a4821caf6819e7ab171") ; 4.1.0
(when (modulep! +forge)
(package! forge :pin "35cc600d62a01d50699a529b0caa7d40e642d62a")
(package! forge :pin "d4e88507bf0d256fd92c8d5ccdbee8f7ccbb99b3") ; 0.4.3
(package! code-review
:recipe (:host github
:repo "doomelpa/code-review"