about summary refs log tree commit diff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-05-15 18:26:23 +0200
committerGitHub <noreply@github.com>2024-05-15 18:26:23 +0200
commit511c13b4d486e9978fc183218cdb757618abcb5b (patch)
tree1ea10a0db856632ec95c259dcf7cae3fb8689387 /pkgs/applications/science/math
parent37d9a18e17129d74029c7ba9e5a9e94f62fe960f (diff)
parent67eb7445eb5af4dda9750d2f7f131f63b4de3c84 (diff)
downloadnixlib-511c13b4d486e9978fc183218cdb757618abcb5b.tar
nixlib-511c13b4d486e9978fc183218cdb757618abcb5b.tar.gz
nixlib-511c13b4d486e9978fc183218cdb757618abcb5b.tar.bz2
nixlib-511c13b4d486e9978fc183218cdb757618abcb5b.tar.lz
nixlib-511c13b4d486e9978fc183218cdb757618abcb5b.tar.xz
nixlib-511c13b4d486e9978fc183218cdb757618abcb5b.tar.zst
nixlib-511c13b4d486e9978fc183218cdb757618abcb5b.zip
Merge pull request #311829 from r-ryantm/auto-update/polymake
polymake: 4.11 -> 4.12
Diffstat (limited to 'pkgs/applications/science/math')
-rw-r--r--pkgs/applications/science/math/polymake/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/polymake/default.nix b/pkgs/applications/science/math/polymake/default.nix
index 9c2623651517..576a92625d49 100644
--- a/pkgs/applications/science/math/polymake/default.nix
+++ b/pkgs/applications/science/math/polymake/default.nix
@@ -25,13 +25,13 @@
 
 stdenv.mkDerivation rec {
   pname = "polymake";
-  version = "4.11";
+  version = "4.12";
 
   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-XfbwrNcAEZvQxLV2Z2KFL/vYV3ZbXcyIgC/10hCK3SM=";
+    sha256 = "sha256-vVpmf/ykv3641RE0Awzj3zsW3Z0OgA+v2xzoNYZ2QNk=";
   };
 
   nativeBuildInputs = [