3
0
Fork 0
forked from mirrors/nixpkgs

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
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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 ];