python312Packages.protobuf5: 5.27.2 -> 5.28.0 (#338157)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user