Merge pull request #137074 from r-ryantm/auto-update/python3.8-google-resumable-media
python38Packages.google-resumable-media: 2.0.1 -> 2.0.2
This commit is contained in:
commit
c7639c1238
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-resumable-media";
|
pname = "google-resumable-media";
|
||||||
version = "2.0.1";
|
version = "2.0.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "cac55be7802e3424b8f022d8a572a8349327e7ce8494eee5e0f4df02458b1813";
|
sha256 = "36d682161fdcbfa29681212c210fabecbf6849a505a0cbc54b7f70a10a5278a2";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ google-auth google-crc32c requests ];
|
propagatedBuildInputs = [ google-auth google-crc32c requests ];
|
||||||
|
|
Loading…
Reference in a new issue