This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 71ed6aea3d gnu: xkcdpass: Update to 1.30.0.
71ed6aea3d is described below

commit 71ed6aea3d4c392776007122ea67acb63a57db75
Author: moksh <[email protected]>
AuthorDate: Fri Feb 27 17:54:22 2026 +0530

    gnu: xkcdpass: Update to 1.30.0.
    
    * gnu/packages/password-utils.scm (xkcdpass): Update to 1.30.0.
    [arguments]<#:phases>: Add 'cd-tests.
    
    Merges guix/guix!6737
    
    Change-Id: I8cc33987bb5c71309bae3d98d4cf7f53e7e7acc3
    Signed-off-by: Cayetano Santos <[email protected]>
    Modified-by: Cayetano Santos <[email protected]>
---
 gnu/packages/password-utils.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 34bf5191d9..d43a6de6cd 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -2126,7 +2126,7 @@ data inside a GPG encrypted file, which we'll call a 
coffin.")
 (define-public xkcdpass
   (package
     (name "xkcdpass")
-    (version "1.20.0")
+    (version "1.30.0")
     (source
      (origin
        (method git-fetch)
@@ -2136,13 +2136,16 @@ data inside a GPG encrypted file, which we'll call a 
coffin.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "11imgiiwd9ggkw7235hsdj9xm0rpv8s46v087mgb3ad0d8v48fqf"))))
+         "1i2z2bsw7gylg97ls452i92159jq57x9iyjj4j7g46l3z4hmfs8b"))))
     (build-system pyproject-build-system)
     (arguments
      (list
       #:test-backend #~'unittest
       #:phases
       #~(modify-phases %standard-phases
+          (add-before 'check 'cd-tests
+            (lambda _
+              (chdir "tests")))
           (add-after 'install 'install-manpage
             (lambda _
               (install-file

Reply via email to