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

python3Packages.pytest-httpserver: 1.0.0 -> 1.0.1
This commit is contained in:
Sandro 2021-08-07 11:52:28 +02:00 committed by GitHub
commit 51772c1b24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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