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

python38Packages.google-resumable-media: 2.0.2 -> 2.0.3

authored by Sandro and committed by GitHub 01105b05 5b0a3115

+2 -7
+2 -7
pkgs/development/python-modules/google-resumable-media/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "google-resumable-media"; 15 - version = "2.0.2"; 15 + version = "2.0.3"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - sha256 = "36d682161fdcbfa29681212c210fabecbf6849a505a0cbc54b7f70a10a5278a2"; 19 + sha256 = "b4b4709d04a6a03cbec746c2b5cb18f1f9878bf1ef3cd61908842a3d94c20471"; 20 20 }; 21 - 22 - postPatch = '' 23 - substituteInPlace setup.py \ 24 - --replace "google-crc32c >= 1.0, <= 1.1.2" "google-crc32c~=1.0" 25 - ''; 26 21 27 22 propagatedBuildInputs = [ google-auth google-crc32c requests ]; 28 23