diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-08-26 01:52:15 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-03 08:01:07 +0100 |
| commit | c7efa748fab53d2ffcdcd71f3938036a9dd99e38 (patch) | |
| tree | 5d8172ea9cc8c50f4fcffbfb07a39b52f3c177b8 /gnu/packages/python-crypto.scm | |
| parent | 16df8904e187f9530f69af6ff36e8075394f15bf (diff) | |
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>
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 1003d86fc46..a19c3844e98 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") |
