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

This commit is contained in:
Sandro 2022-02-24 15:28:25 +01:00 committed by GitHub
commit 56b62c727e
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.2.1";
version = "2.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-se37mIZ8n6Jap68S1kaGZbg8UytzSe/6uAWgJ+qLvuU=";
sha256 = "sha256-Gn3OV5CwRRjtwCws4zllVWZg1klXEG1mqUUIbitkJXI=";
};
propagatedBuildInputs = [ google-auth google-crc32c requests ];