python3Packages.grpc-google-iam-v1: 0.13.1 -> 0.14.0

https://github.com/googleapis/python-grpc-google-iam-v1/releases/tag/v0.14.0
This commit is contained in:
Martin Weinelt
2025-01-27 10:55:34 +01:00
parent fc9c3a14d0
commit 98d66f037f
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "grpc-google-iam-v1";
version = "0.13.1";
version = "0.14.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "python-grpc-google-iam-v1";
tag = "v${version}";
hash = "sha256-FLDx2zbM0qqLa+k/7xexyv5/YHlSOdikrbU2eYbxDM0=";
hash = "sha256-CkzXh7psXQvAbAduRR6+Bihv6RlaOAWdFDX7xaqWO8M=";
};
nativeBuildInputs = [ setuptools ];
@@ -42,7 +42,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "GRPC library for the google-iam-v1 service";
homepage = "https://github.com/googleapis/python-grpc-google-iam-v1";
changelog = "https://github.com/googleapis/python-grpc-google-iam-v1/releases/tag/v${version}";
changelog = "https://github.com/googleapis/python-grpc-google-iam-v1/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = [ ];
};