mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
python310Packages.google-cloud-iam: 2.9.0 -> 2.10.0
Changelog: https://github.com/googleapis/python-iam/releases/tag/v2.10.0
This commit is contained in:
parent
ef2b879145
commit
2afd589a89
@ -12,21 +12,21 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-iam";
|
||||
version = "2.9.0";
|
||||
version = "2.10.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-/FPuPDJC+AuRNCtKv7pFrpsOlopPFEV/KggDWulRU8A=";
|
||||
hash = "sha256-8q/Am7x5LFN9Uaw37QdUdwL19J1FgxRKjRL0Vrc+1TI=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
google-api-core
|
||||
libcst
|
||||
proto-plus
|
||||
];
|
||||
] ++ google-api-core.optional-dependencies.grpc;
|
||||
|
||||
checkInputs = [
|
||||
mock
|
||||
|
Loading…
Reference in New Issue
Block a user