Mathematica package: add version 12.2.0 (#25791)

This commit is contained in:
Paul Spencer 2021-09-03 14:41:39 -06:00 committed by GitHub
parent c6c9213766
commit f6060c9894
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,9 @@ class Mathematica(Package):
url = 'file://{0}/Mathematica_12.0.0_LINUX.sh'.format(os.getcwd())
manual_download = True
version('12.2.0',
sha256='3b6676a203c6adb7e9c418a5484b037974287b5be09c64e7dfea74ddc0e400d7',
expand=False)
version('12.1.1',
sha256='ad47b886be4a9864d70f523f792615a051d4ebc987d9a0f654b645b4eb43b30a',
expand=False)