diff options
| author | Birk <birkb@users.noreply.github.com> | 2024-02-02 13:15:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-02 13:15:36 +0000 |
| commit | f028f74d62f56aec1dc75642911876327e992bac (patch) | |
| tree | 3ab66cd0d4a269f61131d1f9164143d135ca1699 /pkgs/development/python-modules/pytest-httpserver | |
| parent | d586d4dcef6fd29b0d77c22b00887178a49091fb (diff) | |
| parent | 1892fc5dc61828f59ae145ad2c751ca1fc94d988 (diff) | |
Merge branch 'master' into drbd-kernel-module
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 = [ |
