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
This commit is contained in:
Fabian Affolter 2024-03-06 22:27:07 +01:00
parent 646ad808a3
commit 134040c962

View file

@ -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 = [