mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #138881 from r-ryantm/auto-update/python3.8-cvxopt
python38Packages.cvxopt: 1.2.6 -> 1.2.7
This commit is contained in:
commit
991e9c9d8d
@ -17,13 +17,13 @@ assert (!blas.isILP64) && (!lapack.isILP64);
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cvxopt";
|
||||
version = "1.2.6";
|
||||
version = "1.2.7";
|
||||
|
||||
disabled = isPyPy; # hangs at [translation:info]
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "a4c433706fd0ad9d47e7f222773a7f7601766fb8e74b633524b3c3fce29aa73e";
|
||||
sha256 = "3f9db1f4d4e820aaea81d6fc21054c89dc6327c84f935dd5a1eda1af11e1d504";
|
||||
};
|
||||
|
||||
buildInputs = [ blas lapack ];
|
||||
|
Loading…
Reference in New Issue
Block a user