python: cvxopt: 1.2.0 -> 1.2.1
This commit is contained in:
parent
ed721f8edb
commit
094ea76f29
@ -15,13 +15,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cvxopt";
|
pname = "cvxopt";
|
||||||
version = "1.2.0";
|
version = "1.2.1";
|
||||||
|
|
||||||
disabled = isPyPy; # hangs at [translation:info]
|
disabled = isPyPy; # hangs at [translation:info]
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "3296c9d49b7dcb894b20db5d7d1c1a443912b4d82358e03f836575e8398e0d60";
|
sha256 = "12e3cfda982576b0b9b597d297aaf3172efa765a20fbed6f3c066aa0c48ee817";
|
||||||
};
|
};
|
||||||
|
|
||||||
# similar to Gsl, glpk, fftw there is also a dsdp interface
|
# similar to Gsl, glpk, fftw there is also a dsdp interface
|
||||||
|
Loading…
Reference in New Issue
Block a user