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

python310Packages.types-requests: 2.27.16 -> 2.27.19
This commit is contained in:
Fabian Affolter 2022-04-17 20:23:53 +02:00 committed by GitHub
commit 212dde2609
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.16";
version = "2.27.19";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-yAEMGLKRp++2CxRS2+ElMLwlaT3WV+cMYoA/zcS//ps=";
sha256 = "sha256-eV43gRcIjR5L9BosAaFTtz1upAqp18CsdTq96EwNOo8=";
};
propagatedBuildInputs = [