Merge pull request #105380 from r-ryantm/auto-update/python3.7-google-cloud-container

python37Packages.google_cloud_container: 2.1.0 -> 2.2.0
This commit is contained in:
Sandro 2020-11-30 14:16:50 +01:00 committed by GitHub
commit c7765f45b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "google-cloud-container";
version = "2.1.0";
version = "2.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "07rcq4c49zfaacyn5df62bs7qjf5hpmdm9mpb6nx510lylq0507x";
sha256 = "ce641b3ffaef407d5fe9b798955c6c6f2d1bfb58d6e11b4f87eb6fbb745a2711";
};
disabled = pythonOlder "3.6";