pythonnet: 2.4.0 -> 2.5.2

-  No longer broken.
 -  Updated mono dependency to mono5.
 -  Fix / improve packaging.
This commit is contained in:
Raymond Gauthier
2021-05-19 10:34:15 -07:00
committed by Jonathan Ringer
parent 3165afca11
commit 90e5205085
2 changed files with 36 additions and 30 deletions
+2 -2
View File
@@ -6674,8 +6674,8 @@ in {
pythonnet = callPackage
../development/python-modules/pythonnet {
# `mono >= 4.6` required to prevent crashes encountered with earlier versions.
mono = pkgs.mono4;
# Using `mono > 5`, tests are failing..
mono = pkgs.mono5;
};
python-nmap = callPackage ../development/python-modules/python-nmap { };