bump: forge
magit/forge@1e7ee99c7f -> magit/forge@30f181f785 - Same issue with forge as with magit (see5e70fe1
). Fix: #8007 Amend:5e70fe1697
This commit is contained in:
parent
d941078e66
commit
1b336d0549
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; tools/magit/packages.el
|
;;; tools/magit/packages.el
|
||||||
|
|
||||||
;; NOTE: Always bump this to HEAD~1, not HEAD, because the latest commit on
|
;; NOTE: Always bump magit and forge to HEAD~1, not HEAD, because the latest
|
||||||
;; magit's melpa branch is auto-generated and moved to HEAD every time there's
|
;; commit on their melpa branches are auto-generated and moved to HEAD every
|
||||||
;; a commit to its main branch.
|
;; time there's a commit to its main branch.
|
||||||
(package! magit :pin "2da34f1317c619ec2dfb9e0d969449261ca7f31f")
|
(package! magit :pin "2da34f1317c619ec2dfb9e0d969449261ca7f31f")
|
||||||
(when (modulep! +forge)
|
(when (modulep! +forge)
|
||||||
(package! forge :pin "1e7ee99c7f76034e40210a6fd6007015b1998f6d")
|
(package! forge :pin "30f181f785522f2debf60945d6b589a65bc415f6")
|
||||||
(package! code-review
|
(package! code-review
|
||||||
:recipe (:host github
|
:recipe (:host github
|
||||||
:repo "doomelpa/code-review"
|
:repo "doomelpa/code-review"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue