about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2022-09-06 16:22:36 +0200
committerGitHub <noreply@github.com>2022-09-06 16:22:36 +0200
commit5e0375276696318f1fc9fede6e4a3b2a871941ea (patch)
treeac302f870ad6eeffc1f4ca9229a8a9c2298291c1 /pkgs/applications/science
parentb292bfd0abaaa2114766b337cce08ff37b9f85d8 (diff)
parent999e37a21a34ce911dea9bf0b08ee6bf1acd73ab (diff)
Merge pull request #184457 from r-ryantm/auto-update/polymake
polymake: 4.6 -> 4.7
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 d132a98dcb9a1..073275e410b71 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.6";
+  version = "4.7";
 
   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-QjpE3e8R6uqEV6sV3V2G3beovMbJuxF3b54pWNfc+dA=";
+    sha256 = "sha256-1qv+3gIsbM1xHh02S3ybkcvVkKS3OZDNNWfJt2nybmE=";
   };
 
   buildInputs = [