python3Packages.retworkx: 0.6.0 -> 0.8.0

This commit is contained in:
Drew Risinger
2021-03-05 15:28:31 -05:00
parent f6e94a2e21
commit 12672f90c5
2 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -6951,7 +6951,7 @@ in {
retrying = callPackage ../development/python-modules/retrying { };
retworkx = disabledIf (pythonOlder "3.5") (toPythonModule (callPackage ../development/python-modules/retworkx { }));
retworkx = callPackage ../development/python-modules/retworkx { };
rfc3986 = callPackage ../development/python-modules/rfc3986 { };