python312Packages.protobuf: 5.28.1 -> 5.28.2

Changelog: https://github.com/protocolbuffers/protobuf/releases/v5.28.2
This commit is contained in:
Gaetan Lepage
2024-09-19 09:09:02 +02:00
parent 44c701d84e
commit afe5a48115
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "protobuf";
version = "5.28.1";
version = "5.28.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-Qll+k4+Du38+SzXwOqRSCNSa6NW8tLwQufyCXgq15CM=";
hash = "sha256-WTeWdP8RlxdAT3RUZHkTeHA08D/nBJy+8ddKl7tFk/A=";
};
build-system = [ setuptools ];