Skip to content

Commit

Permalink
Merge pull request #242419 from r-ryantm/auto-update/polymake
Browse files Browse the repository at this point in the history
polymake: 4.9 -> 4.10
  • Loading branch information
collares authored Jul 9, 2023
2 parents 3733ebb + ca9e7a2 commit 189a069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/math/polymake/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@

stdenv.mkDerivation rec {
pname = "polymake";
version = "4.9";
version = "4.10";

src = fetchurl {
# "The minimal version is a packager friendly version which omits
# the bundled sources of cdd, lrs, libnormaliz, nauty and jReality."
url = "https://polymake.org/lib/exe/fetch.php/download/polymake-${version}-minimal.tar.bz2";
sha256 = "sha256-BMkLgms6JsWmPhi+MZv/Eqie8BKL+KaPtk3xBZSyWfM=";
sha256 = "sha256-YDiyZtbUC76ZVe3oRtzPRBfkEU+qh+d1ZWFhzUyi+Pg=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 189a069

Please sign in to comment.