summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver
diff options
context:
space:
mode:
authorBirk <birkb@users.noreply.github.com>2024-03-23 15:11:41 +0000
committerGitHub <noreply@github.com>2024-03-23 15:11:41 +0000
commit6ed0323361dbd5fe508f6687ea6d346f05fa88b8 (patch)
tree251dca33fba937da32dc7087425498ec0b40a9c0 /pkgs/development/python-modules/pytest-httpserver
parentc3a3dcb418bf2fb1c44204fe5005c90e6e92dfc1 (diff)
parentf45c6f321785cb263b6ab3fa282d8ed557c72a47 (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.nix8
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 = [