summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-04 22:06:28 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:21:45 +0100
commitbd3e9489e651e1e0ece38ad1e0ba4a5ba5ab6bff (patch)
tree70b901a2059dfc8d79dbdd2b6880682867741f52 /gnu/packages/python-science.scm
parentc44fd4362eae7343a8df59294fbf3ce61d9417de (diff)
gnu: python-libneuroml: Update to 0.6.7.
* gnu/packages/python-science.scm (python-libneuroml): Update to 0.6.7. [native-inputs]: Remove python-wheel. Change-Id: I7ef49953a922116bd2c1aeb12ea548d0dd8afb18 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm24
1 files changed, 12 insertions, 12 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 917ddcca4b8..b2286c566db 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1588,23 +1588,23 @@ legends for @code{matplotlib}.")
(define-public python-libneuroml
(package
(name "python-libneuroml")
- (version "0.6.5")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/NeuralEnsemble/libNeuroML.git")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "04cfff9phm19x87p86xrkhd6wlpxvdwk3rf1c3qgyncfchws0sjh"))))
+ (version "0.6.7")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/NeuralEnsemble/libNeuroML.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1x5sgm0250zdfnw16cbmgl45hz2kfmww5lghpyhlcadgnbzyq3dx"))))
(build-system pyproject-build-system)
+ ;; tests: 116 passed, 5 xfailed, 5 warnings
(native-inputs
(list python-pytest
python-numpy
python-setuptools
- python-tables
- python-wheel))
+ python-tables))
(propagated-inputs
(list python-lxml
python-natsort