3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #222945 from r-ryantm/auto-update/python310Packages.types-requests

python310Packages.types-requests: 2.28.11.15 -> 2.28.11.16
This commit is contained in:
Fabian Affolter 2023-03-26 12:16:24 +02:00 committed by GitHub
commit 862babfada
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.28.11.15";
version = "2.28.11.16";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-/I6qCcwBRpnGtjxgwuOt0MiwmkEMgYtaxuZfkqJt3gk=";
hash = "sha256-nUACBW3368TsHyj9cB+6gsXCJUnER3EWyyZWqjCs5ts=";
};
propagatedBuildInputs = [