python3Packages.cvxopt: 1.3.0 -> 1.3.2
This commit is contained in:
@@ -21,13 +21,13 @@ assert (!blas.isILP64) && (!lapack.isILP64);
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cvxopt";
|
||||
version = "1.3.0";
|
||||
version = "1.3.2";
|
||||
|
||||
disabled = isPyPy; # hangs at [translation:info]
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-ALGyMvnR+QLVeKnXWBS2f6AgdY1a5CLijKjO9iafpcY=";
|
||||
hash = "sha256-NGH6QsGyJAuk2h2YXKc1A5FBV/xMd0FzJ+1tfYWs2+Y=";
|
||||
};
|
||||
|
||||
buildInputs = (if stdenv.isDarwin then [ openblas ] else [ blas lapack ]);
|
||||
|
||||
Reference in New Issue
Block a user