Skip to content

Commit

Permalink
python312Packages.grpc-google-iam-v1: 0.13.0 -> 0.13.1
Browse files Browse the repository at this point in the history
Fixes build with latest protobuf
  • Loading branch information
K900 committed Sep 29, 2024
1 parent 080ddac commit a28eb11
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

buildPythonPackage rec {
pname = "grpc-google-iam-v1";
version = "0.13.0";
version = "0.13.1";
pyproject = true;

src = fetchFromGitHub {
owner = "googleapis";
repo = "python-grpc-google-iam-v1";
rev = "refs/tags/v${version}";
hash = "sha256-pmwHDzOaXrgqXZiaxIn01CtiAG+XRBGr8BgzbG/F1uw=";
hash = "sha256-FLDx2zbM0qqLa+k/7xexyv5/YHlSOdikrbU2eYbxDM0=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit a28eb11

Please sign in to comment.