diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-01-20 04:08:34 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-01-27 07:46:12 +0100 |
| commit | c443f64cda83db182f8d50542429289a25d0e9ca (patch) | |
| tree | 7f4fdc977f52b819b1d4ba202e1404e84ca301d1 /gnu | |
| parent | a6fc532169f53cf3a6d766fb5c1c286916bdf548 (diff) | |
gnu: python-mathicsscript: Update to 9.0.0.
* gnu/packages/maths.scm (python-mathicsscript): Update to 9.0.0.
Change-Id: I608b02988fee70306e465e69dd85ab059fb4db36
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 6aff478205c..c64d4f634c7 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -11438,13 +11438,13 @@ to Wolfram.") (define-public python-mathicsscript (package (name "python-mathicsscript") - (version "8.0.0") + (version "9.0.0") (source (origin (method url-fetch) (uri (pypi-uri "mathicsscript" version)) (sha256 - (base32 "12si397b9ap5ibvbap72bvkmssh8hdap8jbmdmhsj1qdb1axrac4")))) + (base32 "0pamvbmm8ichxapblfck913frdmr82vmb0s2jbiiy7iil5bzn59i")))) (build-system pyproject-build-system) (arguments `(#:phases |
