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

authored by Sandro and committed by GitHub 56b62c72 819c6cb0

+2 -2
+2 -2
pkgs/development/python-modules/google-resumable-media/default.nix
··· 12 13 buildPythonPackage rec { 14 pname = "google-resumable-media"; 15 - version = "2.2.1"; 16 17 src = fetchPypi { 18 inherit pname version; 19 - sha256 = "sha256-se37mIZ8n6Jap68S1kaGZbg8UytzSe/6uAWgJ+qLvuU="; 20 }; 21 22 propagatedBuildInputs = [ google-auth google-crc32c requests ];
··· 12 13 buildPythonPackage rec { 14 pname = "google-resumable-media"; 15 + version = "2.3.0"; 16 17 src = fetchPypi { 18 inherit pname version; 19 + sha256 = "sha256-Gn3OV5CwRRjtwCws4zllVWZg1klXEG1mqUUIbitkJXI="; 20 }; 21 22 propagatedBuildInputs = [ google-auth google-crc32c requests ];