From 6f7a2188aa75d3c5a7184ebb4c9f42cee3b5afca Mon Sep 17 00:00:00 2001 From: misilelab Date: Sat, 23 Aug 2025 17:17:53 +0900 Subject: [PATCH] python3Packages.requests: 2.32.4 -> 2.32.5 https://github.com/psf/requests/blob/v2.32.5/HISTORY.md#2325-2025-08-18 Signed-off-by: misilelab --- pkgs/development/python-modules/requests/default.nix | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/pkgs/development/python-modules/requests/default.nix b/pkgs/development/python-modules/requests/default.nix index a56abe5e9b2e..f2ec75477a1d 100644 --- a/pkgs/development/python-modules/requests/default.nix +++ b/pkgs/development/python-modules/requests/default.nix @@ -18,10 +18,10 @@ buildPythonPackage rec { pname = "requests"; - version = "2.32.4"; + version = "2.32.5"; pyproject = true; - disabled = pythonOlder "3.8"; + disabled = pythonOlder "3.9"; __darwinAllowLocalNetworking = true; @@ -29,15 +29,9 @@ buildPythonPackage rec { owner = "psf"; repo = "requests"; tag = "v${version}"; - hash = "sha256-sD9GLCAa3y9L1J+fcd+ZXBtW4jNL40hOesKXORhcjGQ="; + hash = "sha256-cEBalMFoYFaGG8M48k+OEBvzLegzrTNP1NxH2ljP6qg="; }; - patches = [ - # https://github.com/psf/requests/issues/6730 - # https://github.com/psf/requests/pull/6731 - ./ca-load-regression.patch - ]; - build-system = [ setuptools ]; dependencies = [