diff options
| author | Shea Levy <shea@shealevy.com> | 2022-09-17 06:37:06 -0400 |
|---|---|---|
| committer | Shea Levy <shea@shealevy.com> | 2022-09-17 06:37:06 -0400 |
| commit | 1199d0ba5141ec0935272b6943ab86cda5db5b26 (patch) | |
| tree | 123b7afd757201de971bf696b062b5ea1a77e88c /pkgs/development/python-modules/pytest-httpserver | |
| parent | 5dc2630125007bc3d08381aebbf09ea99ff4e747 (diff) | |
| parent | 8c43540e6ff4cfb2f75b6945595832fe39d126b9 (diff) | |
Merge branch 'master' into scope-lite-master
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 ]; |
