python310Packages.flask-httpauth: 4.6.0 -> 4.7.0

This commit is contained in:
R. Ryantm 2022-05-29 16:32:27 +00:00 committed by Jonathan Ringer
parent 4dc5ea5202
commit c68d933481

View file

@ -2,14 +2,14 @@
buildPythonPackage rec {
pname = "flask-httpauth";
version = "4.6.0";
version = "4.7.0";
disabled = python.pythonOlder "3";
src = fetchPypi {
pname = "Flask-HTTPAuth";
version = version;
sha256 = "sha256-IHbPhuhMaqRC7gM0S/91Hq4TPTWhpIkx5vmfFHFhtVs=";
sha256 = "sha256-9xmee60g1baLPwtivd/KdjfFUIfp0C9gWuJuDeR5/ZQ=";
};
checkInputs = [ pytestCheckHook ];