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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user