python3Packages.protobuf: 6.31.0 -> 6.31.1 (#414300)

This commit is contained in:
Vladimír Čunát 2025-06-06 07:07:37 +02:00
commit 5e14c6a9fc
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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 ];