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,8 +1,8 @@
;; -*- no-byte-compile: t; -*-
;;; lang/crystal/packages.el
(package! crystal-mode)
(package! inf-crystal)
(package! crystal-mode :pin "2428b016243e78a0312cf6b3ba6939e7169a1405")
(package! inf-crystal :pin "02007b2a2a3bea44902d7c83c4acba1e39d278e3")
(when (featurep! :checkers syntax)
(package! flycheck-crystal)
(package! flycheck-ameba))
(package! flycheck-crystal :pin "2428b016243e78a0312cf6b3ba6939e7169a1405")
(package! flycheck-ameba :pin "0c4925ae0e998818326adcb47ed27ddf9761c7dc"))