PIN ALL THE PACKAGES

This commit is contained in:
Henrik Lissner 2020-01-14 22:32:11 -05:00
parent f3a9d0c03c
commit 4cc14389e8
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
124 changed files with 515 additions and 489 deletions

View file

@ -1,10 +1,10 @@
;; -*- no-byte-compile: t; -*-
;;; tools/magit/packages.el
(when (package! magit)
(package! forge)
(package! magit-gitflow)
(package! magit-todos)
(package! github-review)
(when (package! magit :pin "5503aa1857e78bb43502261956173a66c9b88c71")
(package! forge :pin "269effb4954071f590954c0e5b4faba3f27d03d0")
(package! magit-gitflow :pin "cc41b561ec6eea947fe9a176349fb4f771ed865b")
(package! magit-todos :pin "a64e36574bcb77a86726922df905307e55ea62ed")
(package! github-review :pin "e8a275939e1a774c84b71ab3df2ce1599445dab0")
(when (featurep! :editor evil +everywhere)
(package! evil-magit)))
(package! evil-magit :pin "7223dca89c0b4bca9871c453a30a4d4edfdb444e")))