python3Packages.protobuf: fix typo
"corespond" -> "correspond"
This commit is contained in:
parent
db1bb2d7e8
commit
1ab5058e7c
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue