python3Packages.pytest-httpserver: 0.3.7 -> 1.0.0

This commit is contained in:
Fabian Affolter 2021-07-08 22:21:17 +02:00 committed by Jonathan Ringer
parent 6ed56b865f
commit db6e03fe8a

View file

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "pytest-httpserver";
version = "0.3.7";
version = "1.0.0";
src = fetchPypi {
pname = "pytest_httpserver";
inherit version;
sha256 = "sha256-YgTcrUlwh2jz0tJdMUgjm8RcqrtpJ/oUQm3SnxUc5Z4=";
sha256 = "sha256-rjCV0TTUBgLpVyEUDiIhOdpKV5lWEjmQr4WCUyTQdG0=";
};
propagatedBuildInputs = [ werkzeug ];