mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
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
This commit is contained in:
parent
cf6d9f5d87
commit
8a490d8b7c
1 changed files with 7 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
||||||
;;; Copyright © 2022, 2024 Antero Mejr <antero@mailbox.org>
|
;;; Copyright © 2022, 2024 Antero Mejr <antero@mailbox.org>
|
||||||
;;; Copyright © 2022 jgart <jgart@dismail.de>
|
;;; Copyright © 2022 jgart <jgart@dismail.de>
|
||||||
;;; Copyright © 2023, 2024 Troy Figiel <troy@troyfigiel.com>
|
;;; Copyright © 2023, 2024 Troy Figiel <troy@troyfigiel.com>
|
||||||
;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
|
;;; Copyright © 2024-2025 Sharlatan Hellseher <sharlatanus@gmail.com>
|
||||||
;;; Copyright © 2024 Marco Baggio <marco.baggio@mdc-berlin.de>
|
;;; Copyright © 2024 Marco Baggio <marco.baggio@mdc-berlin.de>
|
||||||
;;; Copyright © 2024 Nicolas Graves <ngraves@ngraves.fr>
|
;;; Copyright © 2024 Nicolas Graves <ngraves@ngraves.fr>
|
||||||
;;; Copyright © 2024 Rick Huijzer <ikbenrickhuyzer@gmail.com>
|
;;; Copyright © 2024 Rick Huijzer <ikbenrickhuyzer@gmail.com>
|
||||||
|
@ -3862,7 +3862,7 @@ compagnies.")
|
||||||
(define-public python-libneuroml
|
(define-public python-libneuroml
|
||||||
(package
|
(package
|
||||||
(name "python-libneuroml")
|
(name "python-libneuroml")
|
||||||
(version "0.4.1")
|
(version "0.6.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3871,15 +3871,18 @@ compagnies.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mrm4rd6x1sm6hkvhk20mkqp9q53sl3lbvq6hqzyymkw1iqq6bhy"))))
|
"04cfff9phm19x87p86xrkhd6wlpxvdwk3rf1c3qgyncfchws0sjh"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs (list python-lxml python-six))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest
|
(list python-pytest
|
||||||
python-numpy
|
python-numpy
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-tables
|
python-tables
|
||||||
python-wheel))
|
python-wheel))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-lxml
|
||||||
|
python-natsort
|
||||||
|
python-networkx))
|
||||||
(home-page "https://libneuroml.readthedocs.org/en/latest/")
|
(home-page "https://libneuroml.readthedocs.org/en/latest/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Python library for working with NeuroML descriptions of neuronal models")
|
"Python library for working with NeuroML descriptions of neuronal models")
|
||||||
|
|
Loading…
Add table
Reference in a new issue