Merge pull request #163496 from r-ryantm/auto-update/python3.10-google-resumable-media

This commit is contained in:
Sandro 2022-03-09 22:45:09 +01:00 committed by GitHub
commit 5e1f0aee2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-resumable-media";
version = "2.3.1";
version = "2.3.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-H02LFRlnZv34qGD9LPqmGEE4cH7F+SHNGDQGel39Lbc=";
sha256 = "sha256-BpJOix558VjwIC590VGtdbDqnVm5l8hQ9WvdSlo2FRM=";
};
propagatedBuildInputs = [ google-auth google-crc32c requests ];