python36Packages.cvxopt: 1.2.1 -> 1.2.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-cvxopt/versions
This commit is contained in:
parent
a054d74507
commit
2df88cb6f9
@ -15,13 +15,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cvxopt";
|
pname = "cvxopt";
|
||||||
version = "1.2.1";
|
version = "1.2.2";
|
||||||
|
|
||||||
disabled = isPyPy; # hangs at [translation:info]
|
disabled = isPyPy; # hangs at [translation:info]
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "12e3cfda982576b0b9b597d297aaf3172efa765a20fbed6f3c066aa0c48ee817";
|
sha256 = "19ipi6ljj9qv87lhgcsky1gy9543gcmqdbgzpk6v5ccv90nrcf00";
|
||||||
};
|
};
|
||||||
|
|
||||||
# similar to Gsl, glpk, fftw there is also a dsdp interface
|
# similar to Gsl, glpk, fftw there is also a dsdp interface
|
||||||
|
Loading…
x
Reference in New Issue
Block a user