mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-mathics-django: Update to 9.0.0.
* gnu/packages/maths.scm (python-mathics-django): Update to 9.0.0. Change-Id: I7e4acb492b06a4d3357db61e7baf445cd36b6d59
This commit is contained in:
parent
44dd12be33
commit
c6d4b4ce6d
1 changed files with 3 additions and 3 deletions
|
|
@ -11400,13 +11400,13 @@ Mathics3.")
|
|||
(define-public python-mathics-django
|
||||
(package
|
||||
(name "python-mathics-django")
|
||||
(version "8.0.1")
|
||||
(version "9.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "Mathics_Django" version))
|
||||
(uri (pypi-uri "mathics_django" version))
|
||||
(sha256
|
||||
(base32 "1cwvm72w6c3vz49gj09ihiwicj291ia51xhkxgi9z88a9vszx5pq"))))
|
||||
(base32 "1lnqqi3ssr2xdss66asvd02b13igy75264yir0w1v6d1gznn93j5"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue