python3Packages.retworkx: 0.3.4 -> 0.4.0

Also compile from source using Rust. Now possible b/c pyo3/maturin
work on Rust stable.
This commit is contained in:
Drew Risinger
2020-08-25 16:13:41 -07:00
committed by Jon
parent 1e8b74f393
commit 5c60872dfb
2 changed files with 46 additions and 38 deletions
+2 -1
View File
@@ -5936,7 +5936,8 @@ in {
readchar = callPackage ../development/python-modules/readchar { };
retworkx = callPackage ../development/python-modules/retworkx { };
retworkx = disabledIf (pythonOlder "3.5")
(toPythonModule (callPackage ../development/python-modules/retworkx { } ));
rivet = disabledIf (!isPy3k) (toPythonModule (pkgs.rivet.override {
python3 = python;