diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-12-08 12:45:58 +0100 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-12-20 20:46:10 +0100 |
| commit | 46842a1f49a7ba23d30d268d3f8050e363f82fbc (patch) | |
| tree | 3f7e8794b427a2edddd6f7a87cb7f46a80b3b4a2 /pkgs/development/python-modules/pytest-httpserver | |
| parent | e1f4c3f0ecfbd5f0d1f42168085ae746fe38b2da (diff) | |
python311Packages.pytest-httpserver: 1.0.7 -> 1.0.8
Diff: https://github.com/csernazs/pytest-httpserver/compare/refs/tags/1.0.7...1.0.8
Changelog: https://github.com/csernazs/pytest-httpserver/blob/1.0.8/CHANGES.rst
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 01ef1025904e..2c825897edb1 100644 --- a/pkgs/development/python-modules/pytest-httpserver/default.nix +++ b/pkgs/development/python-modules/pytest-httpserver/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "pytest-httpserver"; - version = "1.0.7"; + version = "1.0.8"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "csernazs"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-bjysG+7niSUBl8YMWR8pr7oOz9GDbSfq3PeloYBkq3s="; + hash = "sha256-hbhS1kL5VNiGjvnYkDI1LwgkqqfBMqgcao3zy716q+A="; }; nativeBuildInputs = [ |
