[PATCH] gnu: emacs-password-store: Update to 2.3.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ian Eure
  • Nicolas Graves
Owner
unassigned
Submitted by
Nicolas Graves
Severity
normal

Debbugs page

Nicolas Graves wrote 6 days ago
(address . guix-patches@gnu.org)
87ecz9m9mp.fsf@ngraves.fr
* 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.
---
gnu/packages/emacs-xyz.scm | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)

Toggle diff (56 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 86c8d70fc1..0463ba5372 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24756,17 +24756,17 @@ (define-public emacs-password-store
;; The emacs package version does not match the password-store version,
;; even though it is part of the same repository. When updating, look at
;; the version declared in password-store.el.
- (version "2.3.0")
+ (version "2.3.2")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "git://git.zx2c4.com/password-store")
- (commit "26d2dae04bb76a87be6960861c10432820cd5d55")))
+ (url "https://git.zx2c4.com/password-store")
+ (commit "b5e965a838bb68c1227caa2cdd874ba496f10149")))
(file-name (git-file-name name version))
(sha256
(base32
- "1pkx6pgkkpddxrshzq3x8ilfwqjw9gawnbbskcbssxc88wrpbcjb"))))
+ "0hb5zm7hdp7vmqk39a9s1iyncx4swmwfq30dnnzkjk2y08lnb7ac"))))
(build-system emacs-build-system)
(arguments
(list
@@ -24776,10 +24776,8 @@ (define-public emacs-password-store
(lambda _
(copy-file "contrib/emacs/password-store.el"
"password-store.el")
- (delete-file-recursively "contrib")
- (delete-file-recursively "man")
- (delete-file-recursively "src")
- (delete-file-recursively "tests")))
+ (for-each delete-file-recursively
+ '("contrib" "man" "src" "tests"))))
(add-after 'extract-el-file 'patch-executables
(lambda* (#:key inputs #:allow-other-keys)
(emacs-substitute-variables "password-store.el"
@@ -24788,7 +24786,7 @@ (define-public emacs-password-store
(inputs
(list password-store))
(propagated-inputs
- (list emacs-s emacs-with-editor))
+ (list emacs-with-editor))
(home-page "https://git.zx2c4.com/password-store/tree/contrib/emacs")
(synopsis "Password store (pass) support for Emacs")
(description
--
2.48.1



--
Best regards,
Nicolas Graves
Ian Eure wrote 5 days ago
(name . Nicolas Graves)(address . ngraves@ngraves.fr)(address . 76807@debbugs.gnu.org)
87a59vm8os.fsf@retrospec.tv
Hi Nicolas,

Pushed as 276793f6f4.

Thanks,
-- Ian
Ian Eure wrote 5 days ago
(name . Nicolas Graves)(address . ngraves@ngraves.fr)(address . 76807@debbugs.gnu.org)
874j03m8my.fsf@retrospec.tv
Ah, make that cd89c8189f. :)
Ian Eure wrote 5 days ago
control message for bug #76807
(address . control@debbugs.gnu.org)
8734fnm8mu.fsf@retrospec.tv
close 76807
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76807@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76807
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help