mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
3c102716d0
commit
d952eebd46
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue