3
0
Fork 0
forked from mirrors/nixpkgs

polymake: 4.7 -> 4.8

This commit is contained in:
R. Ryantm 2022-12-27 08:48:16 +00:00
parent c2e1d345cb
commit ec36ffd7cc

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "polymake"; pname = "polymake";
version = "4.7"; version = "4.8";
src = fetchurl { src = fetchurl {
# "The minimal version is a packager friendly version which omits # "The minimal version is a packager friendly version which omits
# the bundled sources of cdd, lrs, libnormaliz, nauty and jReality." # the bundled sources of cdd, lrs, libnormaliz, nauty and jReality."
url = "https://polymake.org/lib/exe/fetch.php/download/polymake-${version}-minimal.tar.bz2"; url = "https://polymake.org/lib/exe/fetch.php/download/polymake-${version}-minimal.tar.bz2";
sha256 = "sha256-1qv+3gIsbM1xHh02S3ybkcvVkKS3OZDNNWfJt2nybmE="; sha256 = "sha256-GfsAypJBpHwpvoEl/IzJ1gQfeMcYwB7oNe01xWJ+86w=";
}; };
buildInputs = [ buildInputs = [