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

python310Packages.google-cloud-artifact-registry: 1.9.0 -> 1.10.0
This commit is contained in:
OTABI Tomoya 2023-12-20 10:18:04 +09:00 committed by GitHub
commit 7ca0a77245
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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