guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 46352a097e2efd951827789a9bb8f1fc4f9a5986
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 4 22:06:28 2026 +0000
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
---
gnu/packages/python-science.scm | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 917ddcca4b..b2286c566d 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