We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7daf6b1 + b4b42aa commit ff5098eCopy full SHA for ff5098e
1 file changed
pkgs/development/python-modules/types-requests/default.nix
@@ -9,13 +9,13 @@
9
10
buildPythonPackage rec {
11
pname = "types-requests";
12
- version = "2.32.4.20250611";
+ version = "2.32.4.20250913";
13
pyproject = true;
14
15
src = fetchPypi {
16
pname = "types_requests";
17
inherit version;
18
- hash = "sha256-dByHd+1kJYML9R5U1qviRfebTcuQGfFiK3c0Y5Rr+CY=";
+ hash = "sha256-q9bU+c46k4PyaXdamDWkwk5c1rn2R9ZPiKpGE8M9710=";
19
};
20
21
build-system = [ setuptools ];
0 commit comments