Silex/docker.el@a2092b3 -> Silex/docker.el@0874520
emacs-lsp/dap-mode@0b9c8f2 -> emacs-lsp/dap-mode@804e364
emacs-lsp/helm-lsp@db24399 -> emacs-lsp/helm-lsp@6b5ce18
emacs-lsp/lsp-mode@4898d35 -> emacs-lsp/lsp-mode@87ea1df
emacs-straight/rainbow-mode@3ef813d -> emacs-straight/rainbow-mode@f780ddb
emacsorphanage/quickrun@50e07e7 -> emacsorphanage/quickrun@2e37ce9
magit/magit@8de6ecf -> magit/magit@d27d6e4
maxchaos/emacs-powerthesaurus@81a262e -> maxchaos/emacs-powerthesaurus@4a83478
millejoh/emacs-ipython-notebook@1322d8c -> millejoh/emacs-ipython-notebook@42134ad
politza/pdf-tools@0159cb1 -> politza/pdf-tools@d971298
realgud/realgud@b854e04 -> realgud/realgud@e03446f
tumashu/posframe@e62e584 -> tumashu/posframe@093b29a
zx2c4/password-store@88936b1 -> zx2c4/password-store@07b169e
We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125
for why.
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 "07b169ec32ad6961ed8625a0b932a663abcb01d2")
|
|
(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 "ff4940c647786914b3cbef69103d96a4ea334111")
|
|
|
|
(when (featurep! :completion ivy)
|
|
(package! ivy-pass :pin "5b523de1151f2109fdd6a8114d0af12eef83d3c5"))
|
|
(when (featurep! :completion helm)
|
|
(package! helm-pass :pin "ed5798f2d83937575e8f23fde33323bca9e85131"))
|