1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 00:25:58 +02:00

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>
This commit is contained in:
Sharlatan Hellseher
2026-01-04 22:06:28 +00:00
committed by Rutherther
parent c44fd4362e
commit bd3e9489e6
+12 -12
View File
@@ -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