Skip to content

Commit ff5098e

Browse files
authored
python313Packages.types-requests: 2.32.4.20250611 -> 2.32.4.20250809 (#441034)
2 parents 7daf6b1 + b4b42aa commit ff5098e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/types-requests

pkgs/development/python-modules/types-requests/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
buildPythonPackage rec {
1111
pname = "types-requests";
12-
version = "2.32.4.20250611";
12+
version = "2.32.4.20250913";
1313
pyproject = true;
1414

1515
src = fetchPypi {
1616
pname = "types_requests";
1717
inherit version;
18-
hash = "sha256-dByHd+1kJYML9R5U1qviRfebTcuQGfFiK3c0Y5Rr+CY=";
18+
hash = "sha256-q9bU+c46k4PyaXdamDWkwk5c1rn2R9ZPiKpGE8M9710=";
1919
};
2020

2121
build-system = [ setuptools ];

0 commit comments

Comments
 (0)