Merge pull request #311829 from r-ryantm/auto-update/polymake

polymake: 4.11 -> 4.12

authored by Matthias Beyer and committed by GitHub 511c13b4 37d9a18e

+2 -2
+2 -2
pkgs/applications/science/math/polymake/default.nix
··· 25 26 stdenv.mkDerivation rec { 27 pname = "polymake"; 28 - version = "4.11"; 29 30 src = fetchurl { 31 # "The minimal version is a packager friendly version which omits 32 # the bundled sources of cdd, lrs, libnormaliz, nauty and jReality." 33 url = "https://polymake.org/lib/exe/fetch.php/download/polymake-${version}-minimal.tar.bz2"; 34 - sha256 = "sha256-XfbwrNcAEZvQxLV2Z2KFL/vYV3ZbXcyIgC/10hCK3SM="; 35 }; 36 37 nativeBuildInputs = [
··· 25 26 stdenv.mkDerivation rec { 27 pname = "polymake"; 28 + version = "4.12"; 29 30 src = fetchurl { 31 # "The minimal version is a packager friendly version which omits 32 # the bundled sources of cdd, lrs, libnormaliz, nauty and jReality." 33 url = "https://polymake.org/lib/exe/fetch.php/download/polymake-${version}-minimal.tar.bz2"; 34 + sha256 = "sha256-vVpmf/ykv3641RE0Awzj3zsW3Z0OgA+v2xzoNYZ2QNk="; 35 }; 36 37 nativeBuildInputs = [