summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2024-01-12 15:02:23 +0100
committerVladimír Čunát <v@cunat.cz>2024-01-12 15:02:23 +0100
commitbae093a327ec2d599482dbfac6ebb6b17d1fdf45 (patch)
treeedb1d57fb9b64b705dbf47f47da9a9e31a724345 /pkgs/development/python-modules/pytest-httpserver
parentb0db08979c620fc3b774fdda88db0943d723eb59 (diff)
parent2e4d86eadd7318ac53c1d806eeccbebd7b5ac472 (diff)
Merge #275620: staging-next 2023-12-20
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 01ef1025904e..2c825897edb1 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.7";
+ version = "1.0.8";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "csernazs";
repo = pname;
rev = "refs/tags/${version}";
- hash = "sha256-bjysG+7niSUBl8YMWR8pr7oOz9GDbSfq3PeloYBkq3s=";
+ hash = "sha256-hbhS1kL5VNiGjvnYkDI1LwgkqqfBMqgcao3zy716q+A=";
};
nativeBuildInputs = [