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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-08-26 01:52:15 +02:00 committed by Sharlatan Hellseher
parent 16df8904e1
commit c7efa748fa
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")