python311Packages.google-cloud-artifact-registry: 1.8.2 -> 1.8.3

This commit is contained in:
Fabian Affolter 2023-08-04 21:49:15 +02:00
parent 4326e8d86f
commit 8d217620d1

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