lol

polymake: 4.8 -> 4.9

+2 -2
+2 -2
pkgs/applications/science/math/polymake/default.nix
··· 25 25 26 26 stdenv.mkDerivation rec { 27 27 pname = "polymake"; 28 - version = "4.8"; 28 + version = "4.9"; 29 29 30 30 src = fetchurl { 31 31 # "The minimal version is a packager friendly version which omits 32 32 # the bundled sources of cdd, lrs, libnormaliz, nauty and jReality." 33 33 url = "https://polymake.org/lib/exe/fetch.php/download/polymake-${version}-minimal.tar.bz2"; 34 - sha256 = "sha256-GfsAypJBpHwpvoEl/IzJ1gQfeMcYwB7oNe01xWJ+86w="; 34 + sha256 = "sha256-BMkLgms6JsWmPhi+MZv/Eqie8BKL+KaPtk3xBZSyWfM="; 35 35 }; 36 36 37 37 nativeBuildInputs = [