diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-08-07 12:02:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-07 12:02:05 +0000 |
| commit | cfc792e1933e67aea066c2ff3b311dba9342312e (patch) | |
| tree | 3531d96d4f0b413869ddd550c1c99d666a189752 /pkgs/development/python-modules/pytest-httpserver | |
| parent | f6b209b8919bde8eeadf32b13435b1f235e52b7e (diff) | |
| parent | 1b4a28fed4a3b60d37c171457a9da6016ed2146c (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 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/pytest-httpserver/default.nix b/pkgs/development/python-modules/pytest-httpserver/default.nix index aaca4174a2f2..79d10f8cf743 100644 --- a/pkgs/development/python-modules/pytest-httpserver/default.nix +++ b/pkgs/development/python-modules/pytest-httpserver/default.nix @@ -1,7 +1,6 @@ { lib , buildPythonPackage , fetchPypi -, pytest-asyncio , pytest-cov , pytestCheckHook , requests @@ -10,12 +9,12 @@ buildPythonPackage rec { pname = "pytest-httpserver"; - version = "1.0.0"; + version = "1.0.1"; src = fetchPypi { pname = "pytest_httpserver"; inherit version; - sha256 = "sha256-rjCV0TTUBgLpVyEUDiIhOdpKV5lWEjmQr4WCUyTQdG0="; + sha256 = "12b0028vp5rh9bg712klgjzm4vl4biyza1j6iyv3pgg25ircang3"; }; propagatedBuildInputs = [ werkzeug ]; |
