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

This commit is contained in:
Sandro 2022-02-08 20:42:15 +01:00 committed by GitHub
commit c9e9236870
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.1.0";
version = "2.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "725b989e0dd387ef2703d1cc8e86217474217f4549593c477fd94f4024a0f911";
sha256 = "sha256-nzDOf80TuO8Vmyy5WD1Km7mef3uFgWsRIFmwMvLwhKA=";
};
propagatedBuildInputs = [ google-auth google-crc32c requests ];