DamienCassou/auth-password-store@aa7f171 -> DamienCassou/auth-password-store@468bba2 NicolasPetton/pass@a095d24 -> NicolasPetton/pass@5651da5 Silex/docker.el@3773112 -> Silex/docker.el@0ca910b charignon/github-review@db72374 -> charignon/github-review@d0c8234 editorconfig/editorconfig-emacs@d73333c -> editorconfig/editorconfig-emacs@f830b86 emacs-lsp/dap-mode@c52c1a5 -> emacs-lsp/dap-mode@5450af5 emacs-lsp/lsp-mode@62cd1b2 -> emacs-lsp/lsp-mode@3ca25e6 emacs-straight/project@f743ca2 -> emacs-straight/project@2e7afbe magit/forge@e340c2b -> magit/forge@8683b14 magit/magit@2145477 -> magit/magit@62dfe5a millejoh/emacs-ipython-notebook@917f2a0 -> millejoh/emacs-ipython-notebook@069e54c purcell/envrc@18caf51 -> purcell/envrc@a7c6ca8 rejeep/prodigy.el@6ae71f2 -> rejeep/prodigy.el@168f5ac spotify/dockerfile-mode@6a56c1c -> spotify/dockerfile-mode@58b7380 tmalsburg/helm-bibtex@1bb81d7 -> tmalsburg/helm-bibtex@94807a3 tumashu/posframe@8097276 -> tumashu/posframe@3454a4c
17 lines
785 B
EmacsLisp
17 lines
785 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/pass/packages.el
|
|
|
|
(package! pass :pin "5651da53137db9adcb125b4897c2fe27eeb4368d")
|
|
(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 "468bba286fc20d739ed7724ec884357907ac8bda")
|
|
|
|
(when (featurep! :completion ivy)
|
|
(package! ivy-pass :pin "5b523de1151f2109fdd6a8114d0af12eef83d3c5"))
|
|
(when (featurep! :completion helm)
|
|
(package! helm-pass :pin "ed5798f2d83937575e8f23fde33323bca9e85131"))
|