mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
magit/forge@96fe98120c -> magit/forge@0c90606262 magit/magit@8b6bb7c7e8 -> magit/magit@7dfebba55b - This downgrades magit and forge to their most recent tagged releases, because I forgot to reconfigure my bumper after2fa4faa
(where it was decided that magit and forge would be restricted to tagged releases). Ref:2fa4faa6cd
Close: #8240 Co-authored-by: vunhan <vunhan@users.noreply.github.com>
12 lines
429 B
EmacsLisp
12 lines
429 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/magit/packages.el
|
|
|
|
(package! magit :pin "7dfebba55bf687a25049882c2316166d968048ea") ; 4.2.0
|
|
(when (modulep! +forge)
|
|
(package! forge :pin "0c9060626200902f7b0078a85566ef0eea8cc0b6") ; 0.4.6
|
|
(package! code-review
|
|
:recipe (:host github
|
|
:repo "doomelpa/code-review"
|
|
:files ("graphql" "code-review*.el"))
|
|
:pin "eeffdd9e20ad133e5981f216965445bfae20292a"))
|