[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55060] [PATCH v4 4/8] gnu: python-meshio: Update to 5.3.4.
From: |
Paul A. Patience |
Subject: |
[bug#55060] [PATCH v4 4/8] gnu: python-meshio: Update to 5.3.4. |
Date: |
Mon, 02 May 2022 21:17:10 +0000 |
* gnu/packages/simulation.scm (python-meshio): Update to 5.3.4.
[source]: Reindent.
[propagated-inputs]: Add python-rich.
---
gnu/packages/simulation.scm | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index b927392263..19e41b0591 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -773,18 +773,18 @@ (define-public fullswof-2d
(define-public python-meshio
(package
(name "python-meshio")
- (version "4.4.6")
+ (version "5.3.4")
(source
- (origin
- (method url-fetch)
- (uri (pypi-uri "meshio" version))
- (sha256
- (base32
- "0kv832s2vyff30zz8yqypw5jifwdanvh5x56d2bzkvy94h4jlddy"))
- (snippet
- '(let ((file (open-file "setup.py" "a")))
- (display "from setuptools import setup\nsetup()" file)
- (close-port file)))))
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "meshio" version))
+ (sha256
+ (base32
+ "1w39qcg0rw5kb04j7sa45fnqd6k20fsdgrf62cmw2ygjgwnnjh72"))
+ (snippet
+ '(let ((file (open-file "setup.py" "a")))
+ (display "from setuptools import setup\nsetup()" file)
+ (close-port file)))))
(build-system python-build-system)
(inputs
(list python-h5py
@@ -793,7 +793,8 @@ (define-public python-meshio
(list python-pytest))
(propagated-inputs
(list python-importlib-metadata
- python-numpy))
+ python-numpy
+ python-rich))
(arguments
'(#:phases
(modify-phases %standard-phases
--
2.36.0
- [bug#55060] [PATCH v4 0/8] gnu: Add python-pyvista., Paul A. Patience, 2022/05/02
- [bug#55060] [PATCH v4 1/8] gnu: python-meshio: Remove input labels., Paul A. Patience, 2022/05/02
- [bug#55060] [PATCH v4 2/8] gnu: python-meshio: Remove trailing booleans., Paul A. Patience, 2022/05/02
- [bug#55060] [PATCH v4 3/8] gnu: python-meshio: Honor #:tests? flag., Paul A. Patience, 2022/05/02
- [bug#55060] [PATCH v4 4/8] gnu: python-meshio: Update to 5.3.4.,
Paul A. Patience <=
- [bug#55060] [PATCH v4 5/8] gnu: Add python-pyperf., Paul A. Patience, 2022/05/02
- [bug#55060] [PATCH v4 6/8] gnu: Add python-pyvips., Paul A. Patience, 2022/05/02
- [bug#55060] [PATCH v4 7/8] gnu: Add python-scooby., Paul A. Patience, 2022/05/02
- [bug#55060] [PATCH v4 8/8] gnu: Add python-pyvista., Paul A. Patience, 2022/05/02
- bug#55060: [PATCH 0/6] gnu: Add python-pyvista., Ludovic Courtès, 2022/05/23