gnu: emacs-password-store: Update to 2.3.2.

* gnu/packages/emacs-xyz.scm (emacs-password-store): Update to 2.3.2.
[arguments]{phases}: Improve phase 'extract-el-file.
[propagated-inputs]: Remove emacs-s.

Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Nicolas Graves 2025-03-07 11:09:47 +01:00 committed by Ian Eure
parent 29f3a9e991
commit cd89c8189f
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -24767,17 +24767,17 @@ close, copy, cut, paste, undo, redo.")
;; The emacs package version does not match the password-store version, ;; The emacs package version does not match the password-store version,
;; even though it is part of the same repository. When updating, look at ;; even though it is part of the same repository. When updating, look at
;; the version declared in password-store.el. ;; the version declared in password-store.el.
(version "2.3.0") (version "2.3.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "git://git.zx2c4.com/password-store") (url "https://git.zx2c4.com/password-store")
(commit "26d2dae04bb76a87be6960861c10432820cd5d55"))) (commit "b5e965a838bb68c1227caa2cdd874ba496f10149")))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1pkx6pgkkpddxrshzq3x8ilfwqjw9gawnbbskcbssxc88wrpbcjb")))) "0hb5zm7hdp7vmqk39a9s1iyncx4swmwfq30dnnzkjk2y08lnb7ac"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list
@ -24787,10 +24787,8 @@ close, copy, cut, paste, undo, redo.")
(lambda _ (lambda _
(copy-file "contrib/emacs/password-store.el" (copy-file "contrib/emacs/password-store.el"
"password-store.el") "password-store.el")
(delete-file-recursively "contrib") (for-each delete-file-recursively
(delete-file-recursively "man") '("contrib" "man" "src" "tests"))))
(delete-file-recursively "src")
(delete-file-recursively "tests")))
(add-after 'extract-el-file 'patch-executables (add-after 'extract-el-file 'patch-executables
(lambda* (#:key inputs #:allow-other-keys) (lambda* (#:key inputs #:allow-other-keys)
(emacs-substitute-variables "password-store.el" (emacs-substitute-variables "password-store.el"
@ -24799,7 +24797,7 @@ close, copy, cut, paste, undo, redo.")
(inputs (inputs
(list password-store)) (list password-store))
(propagated-inputs (propagated-inputs
(list emacs-s emacs-with-editor)) (list emacs-with-editor))
(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")
(description (description