emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63041: closed ([PATCH] gnu: emacs-password-store: Update to 2.3.0.)


From: GNU bug Tracking System
Subject: bug#63041: closed ([PATCH] gnu: emacs-password-store: Update to 2.3.0.)
Date: Mon, 24 Apr 2023 23:28:03 +0000

Your message dated Tue, 25 Apr 2023 01:27:46 +0200
with message-id <87a5ywq2rx.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#63041] [PATCH v2] gnu: emacs-password-store: Update 
to 2.3.0.
has caused the debbugs.gnu.org bug report #63041,
regarding [PATCH] gnu: emacs-password-store: Update to 2.3.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63041: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63041
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-password-store: Update to 2.3.0. Date: Sun, 23 Apr 2023 21:51:44 +0000
* gnu/packages/emacs-xyz.scm (emacs-password-store): Update to 2.3.0.
[propagated-inputs]: Remove emacs-auth-source-pass.
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 234b0f6868..e3a0f2e0e3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20959,14 +20959,14 @@ (define-public emacs-ergoemacs-mode
     (license license:gpl3+)))
 
 (define-public emacs-password-store
-  (let ((commit "918992c19231b33b3d4a3288a7288a620e608cb4")
+  (let ((commit "26d2dae04bb76a87be6960861c10432820cd5d55")
         (revision "1"))
     (package
       (name "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 (git-version "2.1.4" revision commit))
+      (version (git-version "2.3.0" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -20975,7 +20975,7 @@ (define-public emacs-password-store
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0ni62f4pq96g0i0q66bch1dl9k4zqwhg7xaf746k3gbbqxcdh3vi"))))
+                  "1pkx6pgkkpddxrshzq3x8ilfwqjw9gawnbbskcbssxc88wrpbcjb"))))
       (build-system emacs-build-system)
       (arguments
        (list #:phases
@@ -20996,7 +20996,7 @@ (define-public emacs-password-store
       (inputs
        (list password-store))
       (propagated-inputs
-       (list emacs-auth-source-pass emacs-s emacs-with-editor))
+       (list emacs-s emacs-with-editor))
       (home-page "https://git.zx2c4.com/password-store/tree/contrib/emacs";)
       (synopsis "Password store (pass) support for Emacs")
       (description

base-commit: 74e96c4cb171b17949f638d8b452d047a8f2dc6f
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#63041] [PATCH v2] gnu: emacs-password-store: Update to 2.3.0. Date: Tue, 25 Apr 2023 01:27:46 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

Mekeor Melire <mekeor@posteo.de> writes:

> * gnu/packages/emacs-xyz.scm (emacs-password-store): Update to 2.3.0.
> [propagated-inputs]: Remove emacs-auth-source-pass.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]