Merge pull request #286197 from r-ryantm/auto-update/python311Packages.google-cloud-artifact-registry

python311Packages.google-cloud-artifact-registry: 1.10.0 -> 1.11.1
This commit is contained in:
Samuel Ainsworth
2024-02-11 15:37:59 -05:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "google-cloud-artifact-registry";
version = "1.10.0";
version = "1.11.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-JrW6lkaRiVsisuOCHLNTxh6LF44PO/RhRfTkORDSIt4=";
hash = "sha256-EjwBVYq7V39ab/VQEmysfiuwEbMkjCXq5o+jM31NrwI=";
};
propagatedBuildInputs = [