summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2024-03-21 09:21:35 +0100
committerVladimír Čunát <v@cunat.cz>2024-03-21 09:21:50 +0100
commitf373ad52f1fa4187abeb7d1ce1056314bcbc9980 (patch)
treedcb787fdf37f273ed3df8e74a8032fc92d780120 /pkgs/development/python-modules/pytest-httpserver
parent2015f3cc71627e56ba3872e640de267d1723758b (diff)
parent37550e3dfaccce9cb02e6cb48d9d2c58b372d938 (diff)
Merge master into haskell-updates
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 = [