magit/forge@30f181f785 -> magit/forge@35cc600d62 magit/magit@2da34f1317 -> magit/magit@0aa26864e3 magit/orgit-forge@a989b2b54d -> magit/orgit-forge@2718a6aaf0 magit/orgit@29a0f37e5c -> magit/orgit@59d21fdb21 For Magit's 4.1.0 release, and to repin away from these packages' recently removed 'melpa' branches (see #8007). Ref: #8003 Ref: #8007
14 lines
616 B
EmacsLisp
14 lines
616 B
EmacsLisp
;; -*- 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")
|
|
(when (modulep! +forge)
|
|
(package! forge :pin "35cc600d62a01d50699a529b0caa7d40e642d62a")
|
|
(package! code-review
|
|
:recipe (:host github
|
|
:repo "doomelpa/code-review"
|
|
:files ("graphql" "code-review*.el"))
|
|
:pin "eeffdd9e20ad133e5981f216965445bfae20292a"))
|