summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-07-23 10:45:50 +0200
committerGitHub <noreply@github.com>2024-07-23 10:45:50 +0200
commit25402d485b55c11914027d8f1e3b6cd31e284d50 (patch)
treefe8bdcf6e9e25cb9ef84a0633709bbe60b4fa914
parentMerge pull request #329161 from r-ryantm/auto-update/python312Packages.azure-... (diff)
parentpython312Packages.google-cloud-container: 2.47.1 -> 2.49.0 (diff)
downloadnixpkgs-25402d485b55c11914027d8f1e3b6cd31e284d50.tar.gz
Merge pull request #329154 from cor-rizzle/google-cloud-container
python312Packages.google-cloud-container: 2.45.0 -> 2.49.0
-rw-r--r--pkgs/development/python-modules/google-cloud-container/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/google-cloud-container/default.nix b/pkgs/development/python-modules/google-cloud-container/default.nix
index ecddcee449bc..884a337e56df 100644
--- a/pkgs/development/python-modules/google-cloud-container/default.nix
+++ b/pkgs/development/python-modules/google-cloud-container/default.nix
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-cloud-container";
- version = "2.47.1";
+ version = "2.49.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
- hash = "sha256-2dL+Xj37vFRSQ+yEStVRNIp/CeZdQK6VOPpcxGYAElE=";
+ hash = "sha256-HBZFJ5oUVS1PIS/WBm4Xt/D0S+OGuM7gV43mInN8Lv8=";
};
build-system = [ setuptools ];