Merge pull request #142134 from fabaff/bump-pytest-httpserver

python3Packages.pytest-httpserver: 1.0.1 -> 1.0.2
This commit is contained in:
Fabian Affolter 2021-10-19 11:31:51 +02:00 committed by GitHub
commit 2a5007aacd
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.1";
version = "1.0.2";
src = fetchPypi {
pname = "pytest_httpserver";
inherit version;
sha256 = "12b0028vp5rh9bg712klgjzm4vl4biyza1j6iyv3pgg25ircang3";
sha256 = "sha256-JwH9HZgU1YVR+dEETbM1xrqYcxaTZsWDSVI6WM907UA=";
};
propagatedBuildInputs = [ werkzeug ];