python312Packages.google-cloud-container: 2.43.0 -> 2.44.0

This commit is contained in:
R. Ryantm 2024-03-23 00:39:19 +00:00
parent 53c8f2940d
commit fe8d6c37a9

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-container";
version = "2.43.0";
version = "2.44.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-RfGhQv1wr5fMMHleMamwSKQ2opv3nppGSvUe4UdFiT0=";
hash = "sha256-heNvRcepXqayn/impyP5h4L+eOJjGV1hMrZyg96aZKU=";
};
nativeBuildInputs = [