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>
This commit is contained in:
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

View file

@ -12691,7 +12691,7 @@ (define-public emacs-auth-source-pass
(define-public emacs-pass
(package
(name "emacs-pass")
(version "1.8")
(version "2.0")
(source
(origin
(method git-fetch)
@ -12700,7 +12700,7 @@ (define-public emacs-pass
(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)