3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.pytest-httpserver: 1.0.0 -> 1.0.1

This commit is contained in:
Fabian Affolter 2021-08-06 10:31:35 +02:00
parent 6dc0549183
commit a276e89b33

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 ];