python310Packages.google-cloud-artifact-registry: 1.9.0 -> 1.10.0

This commit is contained in:
R. Ryantm 2023-12-19 17:02:13 +00:00
parent 3204173add
commit 66aefa229a

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "google-cloud-artifact-registry";
version = "1.9.0";
version = "1.10.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-NITSosBPrfpIC+FqVU0B5H5MT0taEjzTcl6GW03X8yU=";
hash = "sha256-JrW6lkaRiVsisuOCHLNTxh6LF44PO/RhRfTkORDSIt4=";
};
propagatedBuildInputs = [