protobuf: 30.2 -> 31.0 (#408535)

This commit is contained in:
Adam C. Stephens
2025-05-20 10:34:30 -04:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "protobuf";
version = "6.30.2";
version = "6.31.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-NchZrgdtjFYFTCW1nl5ZY42GVF7W4rbvrGvgtuo7oEg=";
hash = "sha256-MU+rGmoxZGncLdRvmTy76VyGHqaAfakQvs/nR1vCb/4=";
};
build-system = [ setuptools ];
+1 -1
View File
@@ -9325,7 +9325,7 @@ with pkgs;
prospector = callPackage ../development/tools/prospector { };
protobuf = protobuf_30;
protobuf = protobuf_31;
inherit
({