Merge pull request #302150 from r-ryantm/auto-update/python311Packages.types-requests

python311Packages.types-requests: 2.31.0.20240403 -> 2.31.0.20240406
This commit is contained in:
Fabian Affolter 2024-04-06 19:56:12 +02:00 committed by GitHub
commit 7a3d614ba1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "types-requests";
version = "2.31.0.20240403";
version = "2.31.0.20240406";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-4eDNC2VTNPOdn4craKExDw40Nkdoi/LO6TLsTCsE3lk=";
hash = "sha256-RCjfM8VQOUXHSz9C6CsYHobse3JGIEGaKWbi3mBM4aE=";
};
build-system = [ setuptools ];