7 buildPythonPackage rec {
8 pname = "types-protobuf";
9 version = "4.24.0.20240311";
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-yAQm+fubIa7lFGkelqsypc1pSoLirAeWSzUsPn4Bgrw=";
17 propagatedBuildInputs = [
21 # Module doesn't have tests
24 pythonImportsCheck = [
29 description = "Typing stubs for protobuf";
30 homepage = "https://github.com/python/typeshed";
31 license = licenses.asl20;
32 maintainers = with maintainers; [ andersk ];