diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-10-19 18:01:48 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-19 18:01:48 +0000 |
| commit | 2564b3d9670eadee504b76cc0f21d36f12db2fcf (patch) | |
| tree | 628942b42cf40b1e34587c0a76e0e116c897c65f /pkgs/development/python-modules/pytest-httpserver | |
| parent | b33ac6e5c077c83f3e28eaa1254442a6e28d8008 (diff) | |
| parent | 01df3cd7dda0b22c056f15e22a690edb1040345a (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 79d10f8cf743..5a5c3b1449f2 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.1"; + version = "1.0.2"; src = fetchPypi { pname = "pytest_httpserver"; inherit version; - sha256 = "12b0028vp5rh9bg712klgjzm4vl4biyza1j6iyv3pgg25ircang3"; + sha256 = "sha256-JwH9HZgU1YVR+dEETbM1xrqYcxaTZsWDSVI6WM907UA="; }; propagatedBuildInputs = [ werkzeug ]; |
