python312Packages.protobuf5: 5.27.2 -> 5.28.0 (#338157)

This commit is contained in:
Sandro
2024-09-01 18:51:54 +02:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
@@ -59,6 +59,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"protobuf"
"urwid"
];
@@ -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 ];