mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 07:37:19 +00:00
Merge pull request #184457 from r-ryantm/auto-update/polymake
polymake: 4.6 -> 4.7
This commit is contained in:
commit
5e03752766
@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "polymake";
|
pname = "polymake";
|
||||||
version = "4.6";
|
version = "4.7";
|
||||||
|
|
||||||
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-QjpE3e8R6uqEV6sV3V2G3beovMbJuxF3b54pWNfc+dA=";
|
sha256 = "sha256-1qv+3gIsbM1xHh02S3ybkcvVkKS3OZDNNWfJt2nybmE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user