mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: python-meshio: Update to 5.3.4.
* gnu/packages/simulation.scm (python-meshio): Update to 5.3.4. [source]: Reindent. [propagated-inputs]: Add python-rich. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
ec27aafcd3
commit
6803a29db4
1 changed files with 13 additions and 12 deletions
|
@ -776,14 +776,14 @@ (define-public fullswof-2d
|
||||||
(define-public python-meshio
|
(define-public python-meshio
|
||||||
(package
|
(package
|
||||||
(name "python-meshio")
|
(name "python-meshio")
|
||||||
(version "4.4.6")
|
(version "5.3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "meshio" version))
|
(uri (pypi-uri "meshio" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kv832s2vyff30zz8yqypw5jifwdanvh5x56d2bzkvy94h4jlddy"))
|
"1w39qcg0rw5kb04j7sa45fnqd6k20fsdgrf62cmw2ygjgwnnjh72"))
|
||||||
(snippet
|
(snippet
|
||||||
'(let ((file (open-file "setup.py" "a")))
|
'(let ((file (open-file "setup.py" "a")))
|
||||||
(display "from setuptools import setup\nsetup()" file)
|
(display "from setuptools import setup\nsetup()" file)
|
||||||
|
@ -796,7 +796,8 @@ (define-public python-meshio
|
||||||
(list python-pytest))
|
(list python-pytest))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-importlib-metadata
|
(list python-importlib-metadata
|
||||||
python-numpy))
|
python-numpy
|
||||||
|
python-rich))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue