Merge pull request #329504 from fabaff/types-requests-bump

python312Packages.types-requests: 2.32.0.20240622 -> 2.32.0.20240712
This commit is contained in:
Fabian Affolter 2024-07-27 08:49:29 +02:00 committed by GitHub
commit b73c2221a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,12 +9,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "types-requests"; pname = "types-requests";
version = "2.32.0.20240622"; version = "2.32.0.20240712";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-7V6KQS/MORWdYxk4XACdZChF8lDGOQJxj2Bc2Q+q3jE="; hash = "sha256-kMB5/wXlSfa/UOAukQIQuYuP8evdGOGchzzSN3N8E1g=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];