A sufficiently up-to-date version of this package is built into Emacs
27.1+. Since we dropped 26.x support in 044a1a5f2
this is no longer
needed.
Mentioned in https://discourse.doomemacs.org/t/1180
11 lines
488 B
EmacsLisp
11 lines
488 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/pass/packages.el
|
|
|
|
(package! pass :pin "5651da53137db9adcb125b4897c2fe27eeb4368d")
|
|
(package! password-store :pin "4e73cdc4c376ad61d2e4858bc87cf01eab0dd403")
|
|
(package! password-store-otp :pin "04998c8578a060ab4a4e8f46f2ee0aafad4ab4d5")
|
|
|
|
(when (featurep! :completion ivy)
|
|
(package! ivy-pass :pin "5b523de1151f2109fdd6a8114d0af12eef83d3c5"))
|
|
(when (featurep! :completion helm)
|
|
(package! helm-pass :pin "4ce46f1801f2e76e53482c65aa0619d427a3fbf9"))
|