protobuf: 31.1 -> 32.0 (#437070)

This commit is contained in:
Gaétan Lepage
2025-08-27 17:51:30 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "protobuf";
version = "6.31.1";
version = "6.32.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-2MrEyYLwuVek3HOoDi6iT6sI5nnA3p3rg19KEtaaypo=";
hash = "sha256-qBQ5BJEnBn/EnsHTbiXG7h0aK3vpMGdfkZJY0DwE59I=";
};
build-system = [ setuptools ];
+1 -1
View File
@@ -8784,7 +8784,7 @@ with pkgs;
prospector = callPackage ../development/tools/prospector { };
protobuf = protobuf_31;
protobuf = protobuf_32;
inherit
({