Skip to content

Commit

Permalink
polymake: 4.12 -> 4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 14, 2024
1 parent a5c8476 commit 01a2111
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.12";
version = "4.13";

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-vVpmf/ykv3641RE0Awzj3zsW3Z0OgA+v2xzoNYZ2QNk=";
sha256 = "sha256-862s0GO56mDV6cN8YYP127dFiwyzSR66Pvw48gxWXOs=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 01a2111

Please sign in to comment.