Henrik Lissner 2020-11-29 14:28:47 -05:00
parent db6a27c37c
commit 9e76409238
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
10 changed files with 16 additions and 16 deletions

View file

@ -2,14 +2,14 @@
;;; tools/pass/packages.el
(package! pass :pin "919d8e3826d556433ab67d4ee21a509d209d1baa")
(package! password-store :pin "06f499994071bb6131244218b25d637103afe1d5")
(package! password-store :pin "f152064da9832d6d3d2b4e75f43f63bf2d50716f")
(package! password-store-otp :pin "04998c8578a060ab4a4e8f46f2ee0aafad4ab4d5")
;; an older version of `auto-source-pass' is built into Emacs 26+, so we must
;; install the new version directly from the source and with a psuedonym.
(package! auth-source-pass
:recipe (:host github :repo "DamienCassou/auth-password-store")
:pin "ff4940c647786914b3cbef69103d96a4ea334111")
:pin "aa7f17116ec3f760eb414d655ba20016b11a4a0e")
(when (featurep! :completion ivy)
(package! ivy-pass :pin "5b523de1151f2109fdd6a8114d0af12eef83d3c5"))