python3Packages.google-resumable-media: 2.7.1 -> 2.7.2
https://github.com/googleapis/google-resumable-media-python/blob/v2.7.2/CHANGELOG.md
This commit is contained in:
@@ -11,21 +11,25 @@
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
requests,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-resumable-media";
|
||||
version = "2.7.1";
|
||||
format = "setuptools";
|
||||
version = "2.7.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-6uRRp7LizbqqD9LrAMyKHuXpXha1VZc1nLw9J9fZDjM=";
|
||||
pname = "google_resumable_media";
|
||||
inherit version;
|
||||
hash = "sha256-UoCu1GKfK2C4R7DUL5hX/Uk1wRryZnRN8z2AdMrpL+A=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
google-auth
|
||||
google-crc32c
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user