guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c7efa748fab53d2ffcdcd71f3938036a9dd99e38
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Aug 26 01:52:15 2025 +0200

    gnu: python-zxcvbn: Update to 4.5.0.
    
    * gnu/packages/python-crypto.scm (python-zxcvbn): Update to 4.5.0.
    
    Change-Id: I6ffd23b13bf600acba3bbce2602b2db8a21acfb2
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-crypto.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 1003d86fc4..a19c3844e9 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1759,7 +1759,7 @@ speed but without C extensions.")
 (define-public python-zxcvbn
   (package
     (name "python-zxcvbn")
-    (version "4.4.28")
+    (version "4.5.0")
     (source
      (origin
        (method git-fetch) ;for tests
@@ -1768,7 +1768,7 @@ speed but without C extensions.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0xzlsqc9h0llfy19w4m39jgfcnvzqviv8jhgwn3r75kip97i5mvs"))))
+        (base32 "0x39yi4zc1n6mjjk3rx32ick0hysyi9hv9ln69apcch4jf84j9fi"))))
     (build-system pyproject-build-system)
     (native-inputs (list python-pytest python-setuptools python-wheel))
     (home-page "https://github.com/dwolfhub/zxcvbn-python";)

Reply via email to