protobuf: 28.3 -> 29.0 (#359933)

This commit is contained in:
Gaétan Lepage
2024-12-02 16:33:52 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "protobuf";
version = "5.28.3";
version = "5.29.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-ZLrbxJGApeQB83P5znqx0Ytj991KnNxDySufC0gc73s=";
hash = "sha256-RFoMAkg4ae2FE6WF2AAg0BLG3GAHX5b6BWOnJJh7EAE=";
};
build-system = [ setuptools ];
+1 -1
View File
@@ -10578,7 +10578,7 @@ with pkgs;
prospector = callPackage ../development/tools/prospector { };
protobuf = protobuf_28;
protobuf = protobuf_29;
inherit
({