diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-08-25 12:01:30 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-25 12:01:30 +0000 |
| commit | c91ed9564adcfe3338e95377d9859e10f8acaf26 (patch) | |
| tree | 5bcd54fb2fd8b762393ea06933f00ec79c10d332 /pkgs/development/python-modules/pytest-httpserver | |
| parent | 38296aa9659adb0cb2bc0d162a9e7c5516da113e (diff) | |
| parent | cbf9a129d273d203a98c2fefe8bda52af42ab5e3 (diff) | |
Merge master into staging-next
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 eb04881455d7..4b58c71cc656 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.4"; + version = "1.0.5"; src = fetchPypi { pname = "pytest_httpserver"; inherit version; - sha256 = "6de464ba5f74628d6182ebbdcb56783edf2c9b0caf598dc35c11f014f24a3f0d"; + sha256 = "sha256-rjKWYm0KEOg1qfQjxhtFQFR9WCQivgVMP8wIYmuqECQ="; }; propagatedBuildInputs = [ werkzeug ]; |
