mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-mathicsscript: Update to 9.0.0.
* gnu/packages/maths.scm (python-mathicsscript): Update to 9.0.0.
[arguments]<#:phases>{set-home}: New phase.
{setenv}: Delete phase.
Change-Id: I608b02988fee70306e465e69dd85ab059fb4db36
This commit is contained in:
parent
9e64eecf6b
commit
4ba8ca129f
1 changed files with 3 additions and 3 deletions
|
|
@ -11364,18 +11364,18 @@ 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
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'check 'setenv
|
||||
(add-before 'sanity-check 'set-home
|
||||
(lambda _
|
||||
(setenv "HOME" "/tmp"))))))
|
||||
(propagated-inputs (list python-click
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue