libpoly: 0.1.7 -> 0.1.8

This commit is contained in:
R. RyanTM 2020-03-26 10:48:43 +00:00 committed by Jon
parent 16fb884bdc
commit f4a9fe36fa
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libpoly"; pname = "libpoly";
version = "0.1.7"; version = "0.1.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SRI-CSL"; owner = "SRI-CSL";
repo = "libpoly"; repo = "libpoly";
rev = "v${version}"; rev = "v${version}";
sha256 = "0i5ar4lhs88glk0rvkmag656ii434i6i1q5dspx6d0kyg78fii64"; sha256 = "19ddzrir20571zqg720ajqpl59lhpc6c18bp763r6rw68d9zbjch";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = [ gmp python ]; buildInputs = [ gmp python ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/SRI-CSL/libpoly; homepage = "https://github.com/SRI-CSL/libpoly";
description = "C library for manipulating polynomials"; description = "C library for manipulating polynomials";
license = licenses.lgpl3; license = licenses.lgpl3;
platforms = platforms.all; platforms = platforms.all;