about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
author7c6f434c <7c6f434c@mail.ru>2021-12-09 22:48:21 +0000
committerGitHub <noreply@github.com>2021-12-09 22:48:21 +0000
commit26b52ea6a6518204ec47caf4bc4ddcab09676a2e (patch)
treeba68d71730573ede66a0e9ad90e064b405b38570 /pkgs/applications/science
parent7bee26ca9edcf0e787a96dcafcc50c9e16fe322e (diff)
parent5a5f052be833770fbc4acf514dc30003bc8e0d7e (diff)
Merge pull request #149596 from r-ryantm/auto-update/polymake
polymake: 4.4 -> 4.5
Diffstat (limited to 'pkgs/applications/science')
-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 9566801479a33..f4f6366465b80 100644
--- a/pkgs/applications/science/math/polymake/default.nix
+++ b/pkgs/applications/science/math/polymake/default.nix
@@ -12,13 +12,13 @@
 
 stdenv.mkDerivation rec {
   pname = "polymake";
-  version = "4.4";
+  version = "4.5";
 
   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-2nF5F2xznI77pl2TslrxA8HLpw4fmzVnPOM8N3kOwJE=";
+    sha256 = "sha256-6UPUuzHBEvrYUjQONZW8WRwgcGkqFtUBg6OxBFZteZY=";
   };
 
   buildInputs = [