diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-18 12:44:29 +0000 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:38:04 +0100 |
| commit | 8a490d8b7c5407b56eee36fd9be75de2930e1448 (patch) | |
| tree | fee2bcfd62d5f2288fa2345cf40949e8934c9b55 /gnu/packages/python-science.scm | |
| parent | cf6d9f5d8708269ac8e4f1055573c5036be5fcca (diff) | |
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
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 691db116e31..f5ac8eb03e4 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | ;;; Copyright © 2022, 2024 Antero Mejr <antero@mailbox.org> | 23 | ;;; Copyright © 2022, 2024 Antero Mejr <antero@mailbox.org> |
| 24 | ;;; Copyright © 2022 jgart <jgart@dismail.de> | 24 | ;;; Copyright © 2022 jgart <jgart@dismail.de> |
| 25 | ;;; Copyright © 2023, 2024 Troy Figiel <troy@troyfigiel.com> | 25 | ;;; Copyright © 2023, 2024 Troy Figiel <troy@troyfigiel.com> |
| 26 | ;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com> | 26 | ;;; Copyright © 2024-2025 Sharlatan Hellseher <sharlatanus@gmail.com> |
| 27 | ;;; Copyright © 2024 Marco Baggio <marco.baggio@mdc-berlin.de> | 27 | ;;; Copyright © 2024 Marco Baggio <marco.baggio@mdc-berlin.de> |
| 28 | ;;; Copyright © 2024 Nicolas Graves <ngraves@ngraves.fr> | 28 | ;;; Copyright © 2024 Nicolas Graves <ngraves@ngraves.fr> |
| 29 | ;;; Copyright © 2024 Rick Huijzer <ikbenrickhuyzer@gmail.com> | 29 | ;;; Copyright © 2024 Rick Huijzer <ikbenrickhuyzer@gmail.com> |
| @@ -3862,7 +3862,7 @@ compagnies.") | |||
| 3862 | (define-public python-libneuroml | 3862 | (define-public python-libneuroml |
| 3863 | (package | 3863 | (package |
| 3864 | (name "python-libneuroml") | 3864 | (name "python-libneuroml") |
| 3865 | (version "0.4.1") | 3865 | (version "0.6.5") |
| 3866 | (source (origin | 3866 | (source (origin |
| 3867 | (method git-fetch) | 3867 | (method git-fetch) |
| 3868 | (uri (git-reference | 3868 | (uri (git-reference |
| @@ -3871,15 +3871,18 @@ compagnies.") | |||
| 3871 | (file-name (git-file-name name version)) | 3871 | (file-name (git-file-name name version)) |
| 3872 | (sha256 | 3872 | (sha256 |
| 3873 | (base32 | 3873 | (base32 |
| 3874 | "0mrm4rd6x1sm6hkvhk20mkqp9q53sl3lbvq6hqzyymkw1iqq6bhy")))) | 3874 | "04cfff9phm19x87p86xrkhd6wlpxvdwk3rf1c3qgyncfchws0sjh")))) |
| 3875 | (build-system pyproject-build-system) | 3875 | (build-system pyproject-build-system) |
| 3876 | (propagated-inputs (list python-lxml python-six)) | ||
| 3877 | (native-inputs | 3876 | (native-inputs |
| 3878 | (list python-pytest | 3877 | (list python-pytest |
| 3879 | python-numpy | 3878 | python-numpy |
| 3880 | python-setuptools | 3879 | python-setuptools |
| 3881 | python-tables | 3880 | python-tables |
| 3882 | python-wheel)) | 3881 | python-wheel)) |
| 3882 | (propagated-inputs | ||
| 3883 | (list python-lxml | ||
| 3884 | python-natsort | ||
| 3885 | python-networkx)) | ||
| 3883 | (home-page "https://libneuroml.readthedocs.org/en/latest/") | 3886 | (home-page "https://libneuroml.readthedocs.org/en/latest/") |
| 3884 | (synopsis | 3887 | (synopsis |
| 3885 | "Python library for working with NeuroML descriptions of neuronal models") | 3888 | "Python library for working with NeuroML descriptions of neuronal models") |
