2017-06-11 02:26:51 +02:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
2019-05-19 00:03:15 -04:00
|
|
|
;;; tools/pass/packages.el
|
2017-06-11 02:26:51 +02:00
|
|
|
|
2021-02-11 22:13:22 -05:00
|
|
|
(package! pass :pin "5651da53137db9adcb125b4897c2fe27eeb4368d")
|
2021-05-22 22:43:56 -04:00
|
|
|
(package! password-store :pin "4e73cdc4c376ad61d2e4858bc87cf01eab0dd403")
|
2020-04-29 23:36:05 -04:00
|
|
|
(package! password-store-otp :pin "04998c8578a060ab4a4e8f46f2ee0aafad4ab4d5")
|
2018-03-27 19:37:43 -07:00
|
|
|
|
2019-06-11 08:07:25 +02:00
|
|
|
;; 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.
|
2019-07-21 15:39:45 +02:00
|
|
|
(package! auth-source-pass
|
2020-01-14 22:32:11 -05:00
|
|
|
:recipe (:host github :repo "DamienCassou/auth-password-store")
|
2021-05-22 22:43:56 -04:00
|
|
|
:pin "fa8b964494c1ef42035fad340ff5f29fcdbed21c")
|
2017-06-12 21:38:14 +02:00
|
|
|
|
2018-05-29 17:50:55 +02:00
|
|
|
(when (featurep! :completion ivy)
|
2020-04-29 23:36:05 -04:00
|
|
|
(package! ivy-pass :pin "5b523de1151f2109fdd6a8114d0af12eef83d3c5"))
|
2017-06-11 18:00:45 +02:00
|
|
|
(when (featurep! :completion helm)
|
2021-02-25 13:47:12 -05:00
|
|
|
(package! helm-pass :pin "4ce46f1801f2e76e53482c65aa0619d427a3fbf9"))
|