Merge pull request #163422 from r-ryantm/auto-update/python3.10-cvxopt
This commit is contained in:
commit
3b065302ff
@ -17,13 +17,13 @@ assert (!blas.isILP64) && (!lapack.isILP64);
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cvxopt";
|
||||
version = "1.2.7";
|
||||
version = "1.3.0";
|
||||
|
||||
disabled = isPyPy; # hangs at [translation:info]
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "3f9db1f4d4e820aaea81d6fc21054c89dc6327c84f935dd5a1eda1af11e1d504";
|
||||
sha256 = "sha256-ALGyMvnR+QLVeKnXWBS2f6AgdY1a5CLijKjO9iafpcY=";
|
||||
};
|
||||
|
||||
buildInputs = [ blas lapack ];
|
||||
|
Loading…
Reference in New Issue
Block a user