NicolasPetton/pass@919d8e3 -> NicolasPetton/pass@a095d24 abo-abo/define-word@3af6825 -> abo-abo/define-word@6e4a427 editorconfig/editorconfig-emacs@da84471 -> editorconfig/editorconfig-emacs@d73333c emacs-lsp/dap-mode@041db8e -> emacs-lsp/dap-mode@612388d emacs-lsp/lsp-mode@61443f3 -> emacs-lsp/lsp-mode@dbfbe1a emacs-lsp/lsp-ui@49bc513 -> emacs-lsp/lsp-ui@94673cd emacs-straight/project@0003fe4 -> emacs-straight/project@a1997af emacsorphanage/terraform-mode@63fafc6 -> emacsorphanage/terraform-mode@a9fa5bd joaotavora/eglot@2172641 -> joaotavora/eglot@4c85df2 k1LoW/emacs-ansible@cf6b8f0 -> k1LoW/emacs-ansible@40af0d2 magit/forge@953764d -> magit/forge@e340c2b magit/magit@acfe22a -> magit/magit@2145477 millejoh/emacs-ipython-notebook@a019ee3 -> millejoh/emacs-ipython-notebook@917f2a0 nicolaisingh/saveplace-pdf-view@88e07be -> nicolaisingh/saveplace-pdf-view@b037091 realgud/realgud@ff66001 -> realgud/realgud@f73c039 spotify/dockerfile-mode@d31f768 -> spotify/dockerfile-mode@6a56c1c tmalsburg/helm-bibtex@8d84d8b -> tmalsburg/helm-bibtex@1bb81d7 tmalsburg/helm-bibtex@8d84d8b -> tmalsburg/helm-bibtex@1bb81d7 tmalsburg/helm-bibtex@8d84d8b -> tmalsburg/helm-bibtex@1bb81d7 tumashu/posframe@e1552c8 -> tumashu/posframe@ae8ac91
17 lines
785 B
EmacsLisp
17 lines
785 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/pass/packages.el
|
|
|
|
(package! pass :pin "a095d24cf06a7b0fbc3add480c101304a91cf788")
|
|
(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"))
|