python311Packages.google-cloud-artifact-registry: 1.11.1 -> 1.11.2

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-artifact-registry-v1.11.2/packages/google-cloud-artifact-registry/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-02-23 20:54:55 +01:00
parent 535e77d730
commit 59ad2a08fb
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "google-cloud-artifact-registry";
version = "1.11.1";
version = "1.11.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-EjwBVYq7V39ab/VQEmysfiuwEbMkjCXq5o+jM31NrwI=";
hash = "sha256-5ASS7Lt6F7dWBhc82bW+0FBSDCePax2YF5hr+BAGabs=";
};
propagatedBuildInputs = [