mathematica: 13.0.1 -> 13.1.0
This commit is contained in:
parent
b88fc8e098
commit
34b08c6c34
2 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue