Merge pull request #300658 from r-ryantm/auto-update/python311Packages.google-cloud-container

python311Packages.google-cloud-container: 2.44.0 -> 2.45.0
This commit is contained in:
Fabian Affolter 2024-04-01 20:41:03 +02:00 committed by GitHub
commit f819df36af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-container";
version = "2.44.0";
version = "2.45.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-heNvRcepXqayn/impyP5h4L+eOJjGV1hMrZyg96aZKU=";
hash = "sha256-8vaSLR+cIKohDpbC679cKydLsnBKhewtTpdBDymxjss=";
};
build-system = [