Merge pull request #150932 from r-ryantm/auto-update/python38Packages.pytest-httpserver

python38Packages.pytest-httpserver: 1.0.2 -> 1.0.3
This commit is contained in:
Fabian Affolter 2021-12-16 08:35:29 +01:00 committed by GitHub
commit 21ca4529e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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