DamienCassou/auth-password-store@ff4940c -> DamienCassou/auth-password-store@aa7f171 alphapapa/magit-todos@a0e5d1f -> alphapapa/magit-todos@78d24cf charignon/github-review@e2123cc -> charignon/github-review@db72374 editorconfig/editorconfig-emacs@a6c70da -> editorconfig/editorconfig-emacs@da84471 emacs-lsp/lsp-mode@57ea180 -> emacs-lsp/lsp-mode@5005ebe emacs-straight/project@da0333a -> emacs-straight/project@162d892 emacsorphanage/quickrun@005d269 -> emacsorphanage/quickrun@fd96577 emacsorphanage/terraform-mode@2967e7b -> emacsorphanage/terraform-mode@63fafc6 jacktasia/dumb-jump@fbbe6b0 -> jacktasia/dumb-jump@85f898e magit/forge@031e4f0 -> magit/forge@05ef029 magit/magit@2fb3bf7 -> magit/magit@068f838 millejoh/emacs-ipython-notebook@1bfb80c -> millejoh/emacs-ipython-notebook@a019ee3 thiderman/makefile-executor.el@9a7d78f -> thiderman/makefile-executor.el@d0a34c3 tkf/emacs-request@d02d134 -> tkf/emacs-request@0183da8 yoshiki/yaml-mode@68fecb5 -> yoshiki/yaml-mode@fc5e1c5 zx2c4/password-store@06f4999 -> zx2c4/password-store@f152064
17 lines
785 B
EmacsLisp
17 lines
785 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/pass/packages.el
|
|
|
|
(package! pass :pin "919d8e3826d556433ab67d4ee21a509d209d1baa")
|
|
(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 "aa7f17116ec3f760eb414d655ba20016b11a4a0e")
|
|
|
|
(when (featurep! :completion ivy)
|
|
(package! ivy-pass :pin "5b523de1151f2109fdd6a8114d0af12eef83d3c5"))
|
|
(when (featurep! :completion helm)
|
|
(package! helm-pass :pin "ed5798f2d83937575e8f23fde33323bca9e85131"))
|