Merge pull request #247194 from fabaff/google-cloud-artifact-registry-bump

python311Packages.google-cloud-artifact-registry: 1.8.2 -> 1.8.3
This commit is contained in:
Fabian Affolter 2023-08-05 09:03:14 +02:00 committed by GitHub
commit 0d2fb29f50
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.8.2";
version = "1.8.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-FuuxwOMV7IB1drn5hzX7p4BwJYQCUsgnZNVR+E6XKhM=";
hash = "sha256-kgbSwGR5ObkMbup4p4ePXnxl7uRn0nYeGCOU1LMPZSE=";
};
propagatedBuildInputs = [