rekado pushed a commit to branch master
in repository guix.

commit 8a490d8b7c5407b56eee36fd9be75de2930e1448
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 18 12:44:29 2025 +0000

    gnu: python-libneuroml: Update to 0.6.5.
    
    * gnu/packages/python-science.scm (python-libneuroml): Update to 0.6.5.
    Fix build.
    [propagated-inputs]: Remove python-six; add python-natsort and
    python-networkx.
    
    Change-Id: I750f90cebdeba46286239b18569300a2e4ce8c80
---
 gnu/packages/python-science.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 691db116e3..f5ac8eb03e 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -23,7 +23,7 @@
 ;;; Copyright © 2022, 2024 Antero Mejr <[email protected]>
 ;;; Copyright © 2022 jgart <[email protected]>
 ;;; Copyright © 2023, 2024 Troy Figiel <[email protected]>
-;;; Copyright © 2024 Sharlatan Hellseher <[email protected]>
+;;; Copyright © 2024-2025 Sharlatan Hellseher <[email protected]>
 ;;; Copyright © 2024 Marco Baggio <[email protected]>
 ;;; Copyright © 2024 Nicolas Graves <[email protected]>
 ;;; Copyright © 2024 Rick Huijzer <[email protected]>
@@ -3862,7 +3862,7 @@ compagnies.")
 (define-public python-libneuroml
   (package
     (name "python-libneuroml")
-    (version "0.4.1")
+    (version "0.6.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3871,15 +3871,18 @@ compagnies.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0mrm4rd6x1sm6hkvhk20mkqp9q53sl3lbvq6hqzyymkw1iqq6bhy"))))
+                "04cfff9phm19x87p86xrkhd6wlpxvdwk3rf1c3qgyncfchws0sjh"))))
     (build-system pyproject-build-system)
-    (propagated-inputs (list python-lxml python-six))
     (native-inputs
      (list python-pytest
            python-numpy
            python-setuptools
            python-tables
            python-wheel))
+    (propagated-inputs
+     (list python-lxml
+           python-natsort
+           python-networkx))
     (home-page "https://libneuroml.readthedocs.org/en/latest/";)
     (synopsis
      "Python library for working with NeuroML descriptions of neuronal models")

Reply via email to