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
4ba8ca129f
commit
507cc39f1f
1 changed files with 3 additions and 3 deletions
|
|
@ -11398,13 +11398,13 @@ Mathics3.")
|
||||||
(define-public python-mathics-django
|
(define-public python-mathics-django
|
||||||
(package
|
(package
|
||||||
(name "python-mathics-django")
|
(name "python-mathics-django")
|
||||||
(version "8.0.1")
|
(version "9.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Mathics_Django" version))
|
(uri (pypi-uri "mathics_django" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1cwvm72w6c3vz49gj09ihiwicj291ia51xhkxgi9z88a9vszx5pq"))))
|
(base32 "1lnqqi3ssr2xdss66asvd02b13igy75264yir0w1v6d1gznn93j5"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue