tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
polymake: 4.10 -> 4.11
R. Ryantm
2 years ago
6ff2f664
f3420b6c
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
math
polymake
default.nix
+2
-2
pkgs/applications/science/math/polymake/default.nix
···
28
29
stdenv.mkDerivation rec {
30
pname = "polymake";
31
-
version = "4.10";
32
33
src = fetchurl {
34
# "The minimal version is a packager friendly version which omits
35
# the bundled sources of cdd, lrs, libnormaliz, nauty and jReality."
36
url = "https://polymake.org/lib/exe/fetch.php/download/polymake-${version}-minimal.tar.bz2";
37
-
sha256 = "sha256-YDiyZtbUC76ZVe3oRtzPRBfkEU+qh+d1ZWFhzUyi+Pg=";
38
};
39
40
nativeBuildInputs = [
···
28
29
stdenv.mkDerivation rec {
30
pname = "polymake";
31
+
version = "4.11";
32
33
src = fetchurl {
34
# "The minimal version is a packager friendly version which omits
35
# the bundled sources of cdd, lrs, libnormaliz, nauty and jReality."
36
url = "https://polymake.org/lib/exe/fetch.php/download/polymake-${version}-minimal.tar.bz2";
37
+
sha256 = "sha256-XfbwrNcAEZvQxLV2Z2KFL/vYV3ZbXcyIgC/10hCK3SM=";
38
};
39
40
nativeBuildInputs = [