protobuf: make 3.12.x default
This commit is contained in:
@@ -5322,7 +5322,7 @@ in {
|
||||
protobuf = callPackage ../development/python-modules/protobuf {
|
||||
disabled = isPyPy;
|
||||
doCheck = !isPy3k;
|
||||
protobuf = pkgs.protobuf3_8;
|
||||
protobuf = pkgs.protobuf3_12;
|
||||
};
|
||||
|
||||
psd-tools = callPackage ../development/python-modules/psd-tools { };
|
||||
|
||||
Reference in New Issue
Block a user