~ruther/guix-local

bd3e9489e651e1e0ece38ad1e0ba4a5ba5ab6bff — Sharlatan Hellseher a month ago c44fd43
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>
1 files changed, 12 insertions(+), 12 deletions(-)

M gnu/packages/python-science.scm
M gnu/packages/python-science.scm => gnu/packages/python-science.scm +12 -12
@@ 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