Merge pull request #219379 from r-ryantm/auto-update/python310Packages.google-cloud-container

python310Packages.google-cloud-container: 2.17.3 -> 2.17.4
This commit is contained in:
Fabian Affolter 2023-03-03 21:58:13 +01:00 committed by GitHub
commit 79a4e43416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-container";
version = "2.17.3";
version = "2.17.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-sYF6yV/VENn11V74vWU2p/pSkPAfYPtW2l1TdHTSR2g=";
hash = "sha256-MG5/znRnPN98NwNYYU9835+4RcXDjaQPatqICnRMWqI=";
};
propagatedBuildInputs = [