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

python310Packages.types-requests: 2.27.14 -> 2.27.15
This commit is contained in:
Fabian Affolter 2022-03-28 08:19:36 +02:00 committed by GitHub
commit fdfb92d4ec
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.14";
version = "2.27.15";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-BFee4WT3wmWb5GlQ48L41RoIGtJS7xsB1LEvq6XDgQs=";
sha256 = "sha256-LTcRg8U1II0syP50c9m0nDRMcHfrcDAutwhjj7hghqg=";
};
propagatedBuildInputs = [