From f4f52d9d70bc5ecbc7923c7427446ffd23d8f70c Mon Sep 17 00:00:00 2001 From: qbg Date: Sat, 19 Feb 2022 11:26:53 -0600 Subject: [PATCH] mathematica: 13.0.0 -> 13.0.1 https://wolfram.com/mathematica/quick-revision-history.html#v130 --- pkgs/applications/science/math/mathematica/l10ns.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/applications/science/math/mathematica/l10ns.nix b/pkgs/applications/science/math/mathematica/l10ns.nix index 474c8d1ea060..60841eaa3ee2 100644 --- a/pkgs/applications/science/math/mathematica/l10ns.nix +++ b/pkgs/applications/science/math/mathematica/l10ns.nix @@ -7,6 +7,13 @@ let allVersions = with lib; flip map # N.B. Versions in this list should be ordered from newest to oldest. [ + { + version = "13.0.1"; + lang = "en"; + language = "English"; + sha256 = "3672a920c1b4af1afd480733f6d67665baf8258757dfe59a6ed6d7440cf26dba"; + installer = "Mathematica_13.0.1_BNDL_LINUX.sh"; + } { version = "13.0.0"; lang = "en";