diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-12-26 19:23:49 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-27 11:56:35 +0000 |
| commit | 36c5be27f36314c152385740d57b6074a0ac244d (patch) | |
| tree | 3b92ff5a74041e242ec547f9df9283894c5c08fa /gnu | |
| parent | e6fba3945fdededc259faff65d41c22b4c4185bc (diff) | |
gnu: python-pynrrd: Update to 1.1.3.
* gnu/packages/python-science.scm (python-pynrrd): Update to 1.1.3.
[build-system]: Switch to pyproject-build-system.
[propagated-inputs]: Remove python-nptyping and python-typing-extensions.
[native-inputs]: Add python-pytest and python-setuptools.
Change-Id: Id98a3424f35fc791324010deae357f89e2d93362
Reviewed-by: Nicolas Graves <ngraves@ngraves.fr>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-science.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 925cf4da904..f487d587ec7 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -5945,7 +5945,7 @@ NeuroML2 models.") (define-public python-pynrrd (package (name "python-pynrrd") - (version "1.0.0") + (version "1.1.3") (source (origin (method git-fetch) (uri (git-reference @@ -5954,10 +5954,12 @@ NeuroML2 models.") (file-name (git-file-name name version)) (sha256 (base32 - "09gdyi4kbi3512ydgqxkgr4j7b9a95qh83fk2n9s41bns4id9xj7")))) - (build-system python-build-system) + "1l0hjbqzf5i1bmpxpblpyyqkhci3mb5n07x6hqf2a91hggfyrvda")))) + (build-system pyproject-build-system) + (native-inputs + (list python-pytest python-setuptools)) (propagated-inputs - (list python-nptyping python-numpy python-typing-extensions)) + (list python-numpy)) (home-page "https://github.com/mhe/pynrrd") (synopsis "Python module for reading and writing NRRD files") (description |
