libraries.science.math.scs: 2.0.2 -> 2.1.1

This commit is contained in:
Drew Risinger 2020-01-27 15:13:54 -05:00
parent 274d02e477
commit c13bf84d45

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "scs";
version = "2.0.2";
version = "2.1.1";
src = fetchFromGitHub {
owner = "cvxgrp";
repo = "scs";
rev = "v${version}";
sha256 = "17lbcmcsniqlyzgbzmjipfd0rrk25a8hzh7l5wl2wp1iwsd8c3a9";
rev = version;
sha256 = "14g5m3lcvrbwpq1bq0liq00jh0gm1947lg3z4jfsp43f6p5alb20";
};
# Actually link and add libgfortran to the rpath
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
longDescription = ''
Numerical optimization package for solving large-scale convex cone problems
'';
homepage = https://github.com/cvxgrp/scs;
homepage = "https://github.com/cvxgrp/scs";
license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.bhipple ];