python313Packages.types-requests: 2.32.4.20250611 -> 2.32.4.20250809 (#441034)

This commit is contained in:
Fabian Affolter
2025-10-24 19:23:03 +00:00
committed by GitHub
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "types-requests";
version = "2.32.4.20250611";
version = "2.32.4.20250913";
pyproject = true;
src = fetchPypi {
pname = "types_requests";
inherit version;
hash = "sha256-dByHd+1kJYML9R5U1qviRfebTcuQGfFiK3c0Y5Rr+CY=";
hash = "sha256-q9bU+c46k4PyaXdamDWkwk5c1rn2R9ZPiKpGE8M9710=";
};
build-system = [ setuptools ];