summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2025-08-23 09:01:50 +0200
committerVladimír Čunát <v@cunat.cz>2025-08-23 09:01:50 +0200
commitc58ada2eda15d0576e9a2ad74bd8f2318509a40f (patch)
treef03a0f99318d423780ae2a3ad74cc44605738194 /pkgs/development/python-modules/pytest-httpserver
parentae4cafd6d07334999cf06645201e041c7a1cfdda (diff)
parente9a7500b70617736eb232f3aece758a46c552264 (diff)
staging-next 2025-08-10 (#432489)
Diffstat (limited to 'pkgs/development/python-modules/pytest-httpserver')
-rw-r--r--pkgs/development/python-modules/pytest-httpserver/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/pytest-httpserver/default.nix b/pkgs/development/python-modules/pytest-httpserver/default.nix
index 6a136e9d3c05..bf2016701dde 100644
--- a/pkgs/development/python-modules/pytest-httpserver/default.nix
+++ b/pkgs/development/python-modules/pytest-httpserver/default.nix
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pytest-httpserver";
- version = "1.1.2";
+ version = "1.1.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "csernazs";
repo = "pytest-httpserver";
tag = version;
- hash = "sha256-41JrZ3ubaJHNzwGDWUSseJ3Z405k21SOpwW7jG5rNxg=";
+ hash = "sha256-5pyCDzt9nCwYcUdCjWlJiAkyNmf6oWBqSHQL7kJJluA=";
};
nativeBuildInputs = [ poetry-core ];
@@ -45,7 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "HTTP server for pytest to test HTTP clients";
homepage = "https://www.github.com/csernazs/pytest-httpserver";
- changelog = "https://github.com/csernazs/pytest-httpserver/blob/${version}/CHANGES.rst";
+ changelog = "https://github.com/csernazs/pytest-httpserver/blob/${src.tag}/CHANGES.rst";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};