python3Packages.pytest-httpserver: 1.0.1 -> 1.0.2

This commit is contained in:
Fabian Affolter 2021-10-18 22:35:51 +02:00
parent 649870d150
commit daa4f35079

View File

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "pytest-httpserver";
version = "1.0.1";
version = "1.0.2";
src = fetchPypi {
pname = "pytest_httpserver";
inherit version;
sha256 = "12b0028vp5rh9bg712klgjzm4vl4biyza1j6iyv3pgg25ircang3";
sha256 = "sha256-JwH9HZgU1YVR+dEETbM1xrqYcxaTZsWDSVI6WM907UA=";
};
propagatedBuildInputs = [ werkzeug ];