editorconfig/editorconfig-emacs@f830b86 -> editorconfig/editorconfig-emacs@048c553 emacs-helm/helm-pass@ed5798f -> emacs-helm/helm-pass@4ce46f1 emacs-lsp/dap-mode@5450af5 -> emacs-lsp/dap-mode@aa15b9c emacs-lsp/helm-lsp@fc09aa0 -> emacs-lsp/helm-lsp@e934fea emacs-lsp/lsp-mode@3ca25e6 -> emacs-lsp/lsp-mode@c3cbadc emacs-lsp/lsp-ui@732992a -> emacs-lsp/lsp-ui@0ac3e12 jacktasia/dumb-jump@ff9fc93 -> jacktasia/dumb-jump@f6a1165 joaotavora/eglot@398b81e -> joaotavora/eglot@a2d1fc9 magit/forge@8683b14 -> magit/forge@fa80a87 magit/magit@62dfe5a -> magit/magit@1c60edc millejoh/emacs-ipython-notebook@069e54c -> millejoh/emacs-ipython-notebook@4ff76e5 nicolaisingh/saveplace-pdf-view@b037091 -> nicolaisingh/saveplace-pdf-view@54ed966 spotify/dockerfile-mode@58b7380 -> spotify/dockerfile-mode@ed1d04c tkf/emacs-request@0183da8 -> tkf/emacs-request@accd430 tmalsburg/helm-bibtex@94807a3 -> tmalsburg/helm-bibtex@ca09076 zx2c4/password-store@f152064 -> zx2c4/password-store@918992c Fix #4677
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 "918992c19231b33b3d4a3288a7288a620e608cb4")
|
|
(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 "4ce46f1801f2e76e53482c65aa0619d427a3fbf9"))
|