diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-07-09 00:02:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-09 00:02:15 +0000 |
| commit | 40320b698aaf4d98fdc9200025bb8ba129dedf34 (patch) | |
| tree | 9c2fd047999acefa5baec329ad262bb8b78df40c /pkgs/development/python-modules/pytest-httpserver | |
| parent | 9241851595e960e5093d5466564b197170dcc609 (diff) | |
| parent | 17a534e48bf9d8cf63cb03026977e4e57ddfee81 (diff) | |
Merge staging-next into staging
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 f790629a29cf..aaca4174a2f2 100644 --- a/pkgs/development/python-modules/pytest-httpserver/default.nix +++ b/pkgs/development/python-modules/pytest-httpserver/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "pytest-httpserver"; - version = "0.3.7"; + version = "1.0.0"; src = fetchPypi { pname = "pytest_httpserver"; inherit version; - sha256 = "sha256-YgTcrUlwh2jz0tJdMUgjm8RcqrtpJ/oUQm3SnxUc5Z4="; + sha256 = "sha256-rjCV0TTUBgLpVyEUDiIhOdpKV5lWEjmQr4WCUyTQdG0="; }; propagatedBuildInputs = [ werkzeug ]; |
