python3Packages.google-resumable-media: 2.7.2 -> 2.8.0
https://github.com/googleapis/google-resumable-media-python/blob/v2.8.0/CHANGELOG.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -16,13 +16,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-resumable-media";
|
||||
version = "2.7.2";
|
||||
version = "2.8.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "google_resumable_media";
|
||||
inherit version;
|
||||
hash = "sha256-UoCu1GKfK2C4R7DUL5hX/Uk1wRryZnRN8z2AdMrpL+A=";
|
||||
hash = "sha256-8RV+2LRplNYKG8QyVE22I1IEMRNoTU4DDuAud+vpoa4=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user