Merge pull request #191147 from r-ryantm/auto-update/python310Packages.pytest-httpserver

python310Packages.pytest-httpserver: 1.0.5 -> 1.0.6
This commit is contained in:
Mario Rodas 2022-09-17 11:37:14 -05:00 committed by GitHub
commit f8623dacf8
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.5";
version = "1.0.6";
src = fetchPypi {
pname = "pytest_httpserver";
inherit version;
sha256 = "sha256-rjKWYm0KEOg1qfQjxhtFQFR9WCQivgVMP8wIYmuqECQ=";
sha256 = "sha256-kEDQe/WaxF2N49sdRGj9LR1geXXk2kyHLswEAs2/ez4=";
};
propagatedBuildInputs = [ werkzeug ];