Merge staging-next into staging

This commit is contained in:
nixpkgs-ci[bot]
2025-06-06 06:06:50 +00:00
committed by GitHub
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "protobuf";
version = "6.31.0";
version = "6.31.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-MU+rGmoxZGncLdRvmTy76VyGHqaAfakQvs/nR1vCb/4=";
hash = "sha256-2MrEyYLwuVek3HOoDi6iT6sI5nnA3p3rg19KEtaaypo=";
};
build-system = [ setuptools ];