diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-12-21 00:02:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-21 00:02:47 +0000 |
| commit | f36fabca0fee335e4ac8682ae178eaa48036437e (patch) | |
| tree | 67be4659099bb309c17c358c876a9c57a137e2b9 /pkgs/development/python-modules/pytest-httpserver/default.nix | |
| parent | 617e0a5cf51ae10bef08c9c110e98f5cac88de6d (diff) | |
| parent | 63203647a1b4a4aac56cee091f430e07d50afb67 (diff) | |
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/python-modules/pytest-httpserver/default.nix')
| -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 = [ |
