3
0
Fork 0
forked from mirrors/nixpkgs

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

python38Packages.google-resumable-media: 2.0.0 -> 2.0.1
This commit is contained in:
Sandro 2021-09-05 03:45:40 +02:00 committed by GitHub
commit 23fce3f3be
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.0.0";
version = "2.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-CUwDgXNGSayTkIPqODO9I5t/upBNJGNC0SaJhAKfIWc=";
sha256 = "cac55be7802e3424b8f022d8a572a8349327e7ce8494eee5e0f4df02458b1813";
};
propagatedBuildInputs = [ google-auth google-crc32c requests ];