From 134040c9624f5bb14bc30ef9eb94e08c1b734553 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 6 Mar 2024 22:27:07 +0100 Subject: [PATCH] python311Packages.google-cloud-artifact-registry: 1.11.2 -> 1.11.3 Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-artifact-registry-v1.11.3/packages/google-cloud-artifact-registry/CHANGELOG.md --- .../python-modules/google-cloud-artifact-registry/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix b/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix index 7bf3e64e7b14..07e965918652 100644 --- a/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix +++ b/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "google-cloud-artifact-registry"; - version = "1.11.2"; + version = "1.11.3"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-5ASS7Lt6F7dWBhc82bW+0FBSDCePax2YF5hr+BAGabs="; + hash = "sha256-wsSeFbtZHWXeoiyC2lUUjFE09xkZuu+OtNNb4dHLIM0="; }; nativeBuildInputs = [