mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
16df8904e1
commit
c7efa748fa
1 changed files with 2 additions and 2 deletions
|
@ -1759,7 +1759,7 @@ speed but without C extensions.")
|
||||||
(define-public python-zxcvbn
|
(define-public python-zxcvbn
|
||||||
(package
|
(package
|
||||||
(name "python-zxcvbn")
|
(name "python-zxcvbn")
|
||||||
(version "4.4.28")
|
(version "4.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ;for tests
|
(method git-fetch) ;for tests
|
||||||
|
@ -1768,7 +1768,7 @@ speed but without C extensions.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0xzlsqc9h0llfy19w4m39jgfcnvzqviv8jhgwn3r75kip97i5mvs"))))
|
(base32 "0x39yi4zc1n6mjjk3rx32ick0hysyi9hv9ln69apcch4jf84j9fi"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||||
(home-page "https://github.com/dwolfhub/zxcvbn-python")
|
(home-page "https://github.com/dwolfhub/zxcvbn-python")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue