diff options
| author | Chris McDonough <chrism@plope.com> | 2024-01-12 11:03:48 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2024-01-12 11:03:48 -0500 |
| commit | e9ff890c467c6cb36d7d3a50bbb5e57c69c492be (patch) | |
| tree | 4efc07c90485e195b0725bd4714fbb31805683a2 /pkgs/development/python-modules/pytest-httpserver | |
| parent | f4cdad8aabe3ca7a73ed4929a529b7d2e6e63566 (diff) | |
| parent | d7c468330e67f3f4afa220e21e368c1795802652 (diff) | |
Merge remote-tracking branch 'upstream/master' into doc-trivial-builders-writetext
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 = [ |
