python310Packages.pytest-httpserver: 1.0.5 -> 1.0.6

This commit is contained in:
R. Ryantm 2022-09-14 05:39:24 +00:00
parent 78bce16089
commit 6e9b7bf66b

View File

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "pytest-httpserver";
version = "1.0.5";
version = "1.0.6";
src = fetchPypi {
pname = "pytest_httpserver";
inherit version;
sha256 = "sha256-rjKWYm0KEOg1qfQjxhtFQFR9WCQivgVMP8wIYmuqECQ=";
sha256 = "sha256-kEDQe/WaxF2N49sdRGj9LR1geXXk2kyHLswEAs2/ez4=";
};
propagatedBuildInputs = [ werkzeug ];