3
0
Fork 0
forked from mirrors/nixpkgs

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

python310Packages.types-requests: 2.28.3 -> 2.28.4
This commit is contained in:
Fabian Affolter 2022-07-26 08:54:23 +02:00 committed by GitHub
commit 49ffa02e8f
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.3";
version = "2.28.4";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-+56mkxF2aWf56RhhIR7HRJ9khAJbdm6nCWicDbsp17o=";
sha256 = "sha256-G5vt1g54nbYrc6Sl5fWnjDEG5TWtafq6l7C72x6ja48=";
};
propagatedBuildInputs = [