python3Packages.protobuf: fix typo

"corespond" -> "correspond"
This commit is contained in:
fetsorn 2023-05-08 21:57:34 +04:00
parent db1bb2d7e8
commit 1ab5058e7c

View File

@ -15,7 +15,7 @@ in
buildPythonPackage {
inherit (protobuf) pname src;
# protobuf 3.21 coresponds with its python library 4.21
# protobuf 3.21 corresponds with its python library 4.21
version =
if lib.versionAtLeast protobuf.version "3.21"
then "${toString (lib.toInt versionMajor + 1)}.${versionMinor}.${versionPatch}"