diff options
| author | Justin Bedo <cu@cua0.org> | 2022-01-06 08:26:30 +1100 |
|---|---|---|
| committer | Justin Bedo <cu@cua0.org> | 2022-01-06 08:26:30 +1100 |
| commit | 70582fddb239dc060bde8dad2973c07e1d7f3703 (patch) | |
| tree | 9c1b67295e08b6015065a6d5808bf955fa5e801c /pkgs/development/python-modules/pytest-httpserver | |
| parent | 02c59ff6e0d12c54c639f19029c3391762b4b2ee (diff) | |
| parent | 06509d51b4e43c081ae8e5162d2805b53d3176b8 (diff) | |
Merge remote-tracking branch 'origin/master' into r-updates
Diffstat (limited to 'pkgs/development/python-modules/pytest-httpserver')
| -rw-r--r-- | pkgs/development/python-modules/pytest-httpserver/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-httpserver/default.nix b/pkgs/development/python-modules/pytest-httpserver/default.nix index 5a5c3b1449f2..cd07a104038c 100644 --- a/pkgs/development/python-modules/pytest-httpserver/default.nix +++ b/pkgs/development/python-modules/pytest-httpserver/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "pytest-httpserver"; - version = "1.0.2"; + version = "1.0.3"; src = fetchPypi { pname = "pytest_httpserver"; inherit version; - sha256 = "sha256-JwH9HZgU1YVR+dEETbM1xrqYcxaTZsWDSVI6WM907UA="; + sha256 = "87561c4fa6a7bc306d76d1979a3eb9d54eb26bfb2f3f51f1643bf3c090ce629d"; }; propagatedBuildInputs = [ werkzeug ]; |
