diff options
| author | Anders Johan Jamtli <anders@jamtli.no> | 2024-04-20 07:43:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-20 07:43:49 +0200 |
| commit | b73cc8fe46cc0406896544f5741a0a2d2730fcbe (patch) | |
| tree | 931b2ae8dcafbf2f41c4079eb9b290c0557d94cc /pkgs/development/python-modules/pytest-httpserver | |
| parent | 5612e8ba7b8c95820ff2a89c9da62dc84e2c55d7 (diff) | |
| parent | 63ac7bec8dfd0eaba2e8b33a526a7f64500205c3 (diff) | |
Merge branch 'NixOS:master' into qemu-vm-virtfs-security-model
Diffstat (limited to 'pkgs/development/python-modules/pytest-httpserver')
| -rw-r--r-- | pkgs/development/python-modules/pytest-httpserver/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/pytest-httpserver/default.nix b/pkgs/development/python-modules/pytest-httpserver/default.nix index 2c825897edb1..5759f180ff70 100644 --- a/pkgs/development/python-modules/pytest-httpserver/default.nix +++ b/pkgs/development/python-modules/pytest-httpserver/default.nix @@ -11,16 +11,16 @@ buildPythonPackage rec { pname = "pytest-httpserver"; - version = "1.0.8"; - format = "pyproject"; + version = "1.0.10"; + pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "csernazs"; - repo = pname; + repo = "pytest-httpserver"; rev = "refs/tags/${version}"; - hash = "sha256-hbhS1kL5VNiGjvnYkDI1LwgkqqfBMqgcao3zy716q+A="; + hash = "sha256-KCsZs4MGENByF/wB+aj3yvMp7lssHNVKx8jLhDQ1u4k="; }; nativeBuildInputs = [ |
