python312Packages.protobuf5: 5.27.2 -> 5.28.0

This commit is contained in:
Gaetan Lepage
2024-09-01 15:34:28 +02:00
committed by Sandro Jäckel
parent b81a524e35
commit 5f15da1244
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "protobuf";
version = "5.27.2";
version = "5.28.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-8+ze8ia5r4VgdfKCJ/8skM46WU0JLDm+5VE1c/JeJxQ=";
hash = "sha256-3edK8Pp3T6mIkiCZkila2/uR2j+pjI9nqIr+j1o0mt0=";
};
build-system = [ setuptools ];