summary refs log tree commit diff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
author7c6f434c <7c6f434c@mail.ru>2022-02-14 20:52:03 +0000
committerGitHub <noreply@github.com>2022-02-14 20:52:03 +0000
commita6a1e14e52082e28347b6d6338d74a07e236e510 (patch)
treed036fda4e9a6be22adfc8f3aad4271b9fbb1e6fc /pkgs/applications/science/math
parentdbf92c0858c6c50cdfd6fae5a17ff891987becfb (diff)
parent0948b62a1f8f2656be85e122ad8b33208544ab39 (diff)
downloadnixpkgs-a6a1e14e52082e28347b6d6338d74a07e236e510.tar
nixpkgs-a6a1e14e52082e28347b6d6338d74a07e236e510.tar.gz
nixpkgs-a6a1e14e52082e28347b6d6338d74a07e236e510.tar.bz2
nixpkgs-a6a1e14e52082e28347b6d6338d74a07e236e510.tar.lz
nixpkgs-a6a1e14e52082e28347b6d6338d74a07e236e510.tar.xz
nixpkgs-a6a1e14e52082e28347b6d6338d74a07e236e510.tar.zst
nixpkgs-a6a1e14e52082e28347b6d6338d74a07e236e510.zip
Merge pull request #159741 from r-ryantm/auto-update/polymake
polymake: 4.5 -> 4.6
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 f4f6366465b..d132a98dcb9 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.5";
+  version = "4.6";
 
   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-6UPUuzHBEvrYUjQONZW8WRwgcGkqFtUBg6OxBFZteZY=";
+    sha256 = "sha256-QjpE3e8R6uqEV6sV3V2G3beovMbJuxF3b54pWNfc+dA=";
   };
 
   buildInputs = [