python310Packages.flask-httpauth: 4.6.0 -> 4.7.0
This commit is contained in:
parent
4dc5ea5202
commit
c68d933481
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user