GNU bug report logs - #76807
[PATCH] gnu: emacs-password-store: Update to 2.3.2.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Fri, 7 Mar 2025 10:14:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76807 in the body.
You can then email your comments to 76807 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#76807; Package guix-patches. (Fri, 07 Mar 2025 10:14:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Graves <ngraves <at> ngraves.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 07 Mar 2025 10:14:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-password-store: Update to 2.3.2.
Date: Fri, 7 Mar 2025 11:09:47 +0100
* 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(-)

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




Information forwarded to guix-patches <at> gnu.org:
bug#76807; Package guix-patches. (Sat, 08 Mar 2025 22:59:02 GMT) Full text and rfc822 format available.

Message #8 received at 76807 <at> debbugs.gnu.org (full text, mbox):

From: Ian Eure <ian <at> retrospec.tv>
To: Nicolas Graves <ngraves <at> ngraves.fr>
Cc: 76807 <at> debbugs.gnu.org
Subject: Re: [bug#76807] [PATCH] gnu: emacs-password-store: Update to 2.3.2.
Date: Sat, 08 Mar 2025 14:58:11 -0800
Hi Nicolas,

Pushed as 276793f6f4.

Thanks,
 -- Ian





Information forwarded to guix-patches <at> gnu.org:
bug#76807; Package guix-patches. (Sat, 08 Mar 2025 23:00:02 GMT) Full text and rfc822 format available.

Message #11 received at 76807 <at> debbugs.gnu.org (full text, mbox):

From: Ian Eure <ian <at> retrospec.tv>
To: Nicolas Graves <ngraves <at> ngraves.fr>
Cc: 76807 <at> debbugs.gnu.org
Subject: Re: [bug#76807] [PATCH] gnu: emacs-password-store: Update to 2.3.2.
Date: Sat, 08 Mar 2025 14:59:17 -0800
Ah, make that cd89c8189f. :)




bug closed, send any further explanations to 76807 <at> debbugs.gnu.org and Nicolas Graves <ngraves <at> ngraves.fr> Request was from Ian Eure <ian <at> retrospec.tv> to control <at> debbugs.gnu.org. (Sat, 08 Mar 2025 23:00:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 06 Apr 2025 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 71 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.