Merge pull request #170832 from r-ryantm/auto-update/python3.10-types-requests

python310Packages.types-requests: 2.27.22 -> 2.27.24
This commit is contained in:
Fabian Affolter 2022-04-29 08:37:46 +02:00 committed by GitHub
commit 99425700bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-requests";
version = "2.27.22";
version = "2.27.24";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-LoGnTS2x5tBrqkqeGJZyBUNzkpeiParAQ2o04vxzJXQ=";
sha256 = "sha256-4c3pnpLV+3r6DuU5JLIR9MR2OVFkNNhtyE1T7IT8+oo=";
};
propagatedBuildInputs = [