libpoly: 0.1.7 -> 0.1.8
This commit is contained in:
parent
16fb884bdc
commit
f4a9fe36fa
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libpoly";
|
||||
version = "0.1.7";
|
||||
version = "0.1.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "SRI-CSL";
|
||||
repo = "libpoly";
|
||||
rev = "v${version}";
|
||||
sha256 = "0i5ar4lhs88glk0rvkmag656ii434i6i1q5dspx6d0kyg78fii64";
|
||||
sha256 = "19ddzrir20571zqg720ajqpl59lhpc6c18bp763r6rw68d9zbjch";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ gmp python ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/SRI-CSL/libpoly;
|
||||
homepage = "https://github.com/SRI-CSL/libpoly";
|
||||
description = "C library for manipulating polynomials";
|
||||
license = licenses.lgpl3;
|
||||
platforms = platforms.all;
|
||||
|
Loading…
Reference in New Issue
Block a user