python3Packages.google-resumable-media: 1.3.1 -> 1.3.3

This commit is contained in:
Fabian Affolter
2021-08-09 23:38:02 +02:00
committed by Sandro Jäckel
parent 76d50ba35a
commit f22452b8e8

View File

@@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-resumable-media";
version = "1.3.1";
version = "1.3.3";
src = fetchPypi {
inherit pname version;
sha256 = "1a1eb743d13f782d1405437c266b2c815ef13c2b141ba40835c74a3317539d01";
sha256 = "sha256-zjhVXSUL1wsMJZi/YemQA8uMVpsBduwOPzi4b5//9YE=";
};
propagatedBuildInputs = [ google-auth google-crc32c requests ];