me
/
guix
Archived
1
0
Fork 0

gnu: emacs-pass: Update to 2.0.

* gnu/packages/emacs-xyz.scm (emacs-pass): Update to 2.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Michael Rohleder 2020-05-16 17:14:02 +02:00 committed by Nicolas Goaziou
parent 3c102716d0
commit d952eebd46
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -12691,7 +12691,7 @@ standard Unix password manager\").")
(define-public emacs-pass
(package
(name "emacs-pass")
(version "1.8")
(version "2.0")
(source
(origin
(method git-fetch)
@ -12700,7 +12700,7 @@ standard Unix password manager\").")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "05h4hacv3yygyjcjj004qbyqjpkl4pyhwgp25gsz8mw5c66l70cx"))))
(base32 "0jc8j421mlflspg24jvrqc2n3y5n3cpk3hjy560il8g36xi1049p"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-password-store" ,emacs-password-store)