python3Packages.protobuf: 5.29.4 -> 6.30.2

https://github.com/protocolbuffers/protobuf/releases/v6.30.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:49 +02:00
parent 6ea71b44ea
commit 8d3fd788bf
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "protobuf";
version = "5.29.4";
version = "6.30.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-Tx3815l7Me+PU+yCeB/0NKKL9x2RAt3eFNB2rc/HjJk=";
hash = "sha256-NchZrgdtjFYFTCW1nl5ZY42GVF7W4rbvrGvgtuo7oEg=";
};
build-system = [ setuptools ];