Skip to content

Commit

Permalink
libpoly: 0.1.7 -> 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed Apr 9, 2020
1 parent 16fb884 commit f4a9fe3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/science/logic/poly/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

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 ];

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;
Expand Down

0 comments on commit f4a9fe3

Please sign in to comment.