about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMauricio Collares <mauricio@collares.org>2023-02-08 21:35:29 +0100
committerGitHub <noreply@github.com>2023-02-08 21:35:29 +0100
commitca42235b6e2848cd5bbf8145979241e836500549 (patch)
tree5771a29d30611190e4184ae7c82c53b63dc377b7 /pkgs
parent3e0698f202fc9ac994e650019a12d3530dd3e5bc (diff)
parentfc36e212fbe0e58020ef3300fb0cd89d1514ddf8 (diff)
Merge pull request #215301 from r-ryantm/auto-update/polymake
polymake: 4.8 -> 4.9
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/science/math/bliss/default.nix2
-rw-r--r--pkgs/applications/science/math/polymake/default.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/math/bliss/default.nix b/pkgs/applications/science/math/bliss/default.nix
index fe68d9d245c52..4fccc3a464039 100644
--- a/pkgs/applications/science/math/bliss/default.nix
+++ b/pkgs/applications/science/math/bliss/default.nix
@@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
     description = "An open source tool for computing automorphism groups and canonical forms of graphs. It has both a command line user interface as well as C++ and C programming language APIs";
     homepage = "http://www.tcs.hut.fi/Software/bliss/";
     license = licenses.lgpl3;
-    platforms = [ "i686-linux" "x86_64-linux" ];
+    platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
   };
 }
diff --git a/pkgs/applications/science/math/polymake/default.nix b/pkgs/applications/science/math/polymake/default.nix
index 0eecff0a17989..4dc11db532fdf 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.8";
+  version = "4.9";
 
   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-GfsAypJBpHwpvoEl/IzJ1gQfeMcYwB7oNe01xWJ+86w=";
+    sha256 = "sha256-BMkLgms6JsWmPhi+MZv/Eqie8BKL+KaPtk3xBZSyWfM=";
   };
 
   nativeBuildInputs = [