3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #184500 from r-ryantm/auto-update/python3.10-pytest-httpserver

python310Packages.pytest-httpserver: 1.0.4 -> 1.0.5
This commit is contained in:
Jonas Heinrich 2022-08-25 09:48:31 +02:00 committed by GitHub
commit 0e5a8b957a
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.4";
version = "1.0.5";
src = fetchPypi {
pname = "pytest_httpserver";
inherit version;
sha256 = "6de464ba5f74628d6182ebbdcb56783edf2c9b0caf598dc35c11f014f24a3f0d";
sha256 = "sha256-rjKWYm0KEOg1qfQjxhtFQFR9WCQivgVMP8wIYmuqECQ=";
};
propagatedBuildInputs = [ werkzeug ];