summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2024-03-13 00:13:18 +0100
committerGitHub <noreply@github.com>2024-03-13 00:13:18 +0100
commit20eae76661fb92857beb6f56141ab5469da22d7b (patch)
treee96c0a1fa0704b5807b4b202dd0cf3403a345f8e /pkgs/development/python-modules/pytest-httpserver
parent0f0c3f0908ae1d2ef32d2b6c73831c3f426c22af (diff)
parent514ad0279b2b8196923058f772e4469626b6df7e (diff)
Merge pull request #294305 from NixOS/python-updates
[python-updates] 2024/03/07 - major updates
Diffstat (limited to 'pkgs/development/python-modules/pytest-httpserver')
-rw-r--r--pkgs/development/python-modules/pytest-httpserver/default.nix4
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 78b896d17579..5759f180ff70 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.9";
+ version = "1.0.10";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "csernazs";
repo = "pytest-httpserver";
rev = "refs/tags/${version}";
- hash = "sha256-9DRvGR78ETxi0sxkeP38CLiazuVxZUt/kSRfe3dM50Q=";
+ hash = "sha256-KCsZs4MGENByF/wB+aj3yvMp7lssHNVKx8jLhDQ1u4k=";
};
nativeBuildInputs = [