python3Packages.zxcvbn: 4.4.28 -> 4.5.0

https://github.com/dwolfhub/zxcvbn-python/compare/refs/tags/v4.4.28...refs/tags/v4.5.0
This commit is contained in:
Martin Weinelt
2025-05-28 22:59:41 +02:00
parent d5b6a16d74
commit 2bd507537e
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "zxcvbn";
version = "4.4.28";
version = "4.5.0";
format = "setuptools";
# no tests included in PyPI tarball
@@ -15,7 +15,7 @@ buildPythonPackage rec {
owner = "dwolfhub";
repo = "zxcvbn-python";
tag = "v${version}";
hash = "sha256-etcST7pxlpOH5Q9KtOPGf1vmnkyjEp6Cd5QCmBjW9Hc=";
hash = "sha256-0SVJkJMEMnZVMpamDVP02kMwWRSj5zGlrMYG9kn0aXQ=";
};
nativeCheckInputs = [ pytestCheckHook ];