summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
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