gnu: emacs-password-store: Update to 1.7.2.
* gnu/packages/emacs.scm (emacs-password-store): Update to 1.7.2. [propagated-inputs]: Add emacs-with-editor.
This commit is contained in:
parent
ab6f400531
commit
43fa239717
|
@ -7950,7 +7950,7 @@ close, copy, cut, paste, undo, redo.")
|
||||||
(define-public emacs-password-store
|
(define-public emacs-password-store
|
||||||
(package
|
(package
|
||||||
(name "emacs-password-store")
|
(name "emacs-password-store")
|
||||||
(version "1.7.1")
|
(version "1.7.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -7958,7 +7958,7 @@ close, copy, cut, paste, undo, redo.")
|
||||||
"password-store-" version ".tar.xz"))
|
"password-store-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0scqkpll2q8jhzcgcsh9kqz0gwdpvynivqjmmbzax2irjfaiklpn"))))
|
"1sl0d7nc85c6c2bmmmyb8rpmn47vhkj831l153mjlkawjvhwas27"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -7973,6 +7973,7 @@ close, copy, cut, paste, undo, redo.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-f" ,emacs-f)
|
`(("emacs-f" ,emacs-f)
|
||||||
("emacs-s" ,emacs-s)
|
("emacs-s" ,emacs-s)
|
||||||
|
("emacs-with-editor" ,emacs-with-editor)
|
||||||
("password-store" ,password-store)))
|
("password-store" ,password-store)))
|
||||||
(home-page "https://git.zx2c4.com/password-store/tree/contrib/emacs")
|
(home-page "https://git.zx2c4.com/password-store/tree/contrib/emacs")
|
||||||
(synopsis "Password store (pass) support for Emacs")
|
(synopsis "Password store (pass) support for Emacs")
|
||||||
|
|
Loading…
Reference in New Issue