python310Packages.google-resumable-media: 2.1.0 -> 2.2.0

This commit is contained in:
R. Ryantm 2022-02-08 13:20:55 +00:00
parent 60c52a73f1
commit 46f01a5ea4

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