diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2021-12-16 06:00:33 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2021-12-16 06:00:33 +0000 |
| commit | f7d43fde7aa9be92c50115d9f76d4745185ac966 (patch) | |
| tree | 88a024c45a149a3945c108ca8bb1f356adb654a5 /pkgs/development/python-modules/pytest-httpserver | |
| parent | 66246ca3561fbee0c3f28e8adcef8aa79a7d6399 (diff) | |
python38Packages.pytest-httpserver: 1.0.2 -> 1.0.3
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 ]; |
