mathematica: 13.0.1 -> 13.1.0

This commit is contained in:
Guanpeng Xu 2022-09-18 14:08:51 +08:00 committed by Bjørn Forsman
parent b88fc8e098
commit 34b08c6c34
2 changed files with 11 additions and 0 deletions

View File

@ -41,6 +41,8 @@
, pciutils
, tre
, unixODBC
, xcbutilimage
, xcbutilkeysyms
, xkeyboard_config
, xorg
, zlib
@ -94,6 +96,8 @@ in stdenv.mkDerivation {
pciutils
tre
unixODBC
xcbutilimage
xcbutilkeysyms
xkeyboard_config
] ++ (with xorg; [
libICE

View File

@ -1,6 +1,13 @@
{ lib, requireFile }:
let versions = [
{
version = "13.1.0";
lang = "en";
language = "English";
sha256 = "sha256-LIpGAJ3uTkZgjc0YykwusyyHQKlCnTvrZGStFfSOz60=";
installer = "Mathematica_13.1.0_BNDL_LINUX.sh";
}
{
version = "13.0.1";
lang = "en";