Merge pull request #290857 from fabaff/google-cloud-container-bump

python311Packages.google-cloud-container: 2.40.0 -> 2.41.0
This commit is contained in:
Nick Cao 2024-02-23 10:27:12 -05:00 committed by GitHub
commit 762e0494ee
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.40.0";
version = "2.41.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-4yTrV0OtvCmd9+5rNaTOJBAS/s52hyjwA7O1/lLyFtE=";
hash = "sha256-5DUFaQqzIvN/8Vo7MJNBrsMaB4HANO7Eb2nuzx3nDJc=";
};
nativeBuildInputs = [