mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-plotly: Update to 4.8.1.
But keep version 2.4.1 around for packages that still need it and for python2 support. * gnu/packages/graph.scm (python-plotly): Update to 4.8.1. [source]: Use git-fetch so that tests are also included. [arguments]: Enable tests. [home-page]: Follow redirect. (python-plotly-2.4.1): New variable. (python2-plotly): Inherit from python-plotly-2.4.1. * gnu/packages/bioinformatics.scm (python-deeptools)[native-inputs]: Depend on python-plotly-2.4.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3417a25156
commit
6e31d6f3c4
2 changed files with 64 additions and 18 deletions
|
@ -2431,7 +2431,7 @@ interval trees with associated meta-data. It is primarily used by the
|
|||
("python-pysam" ,python-pysam)
|
||||
("python-scipy" ,python-scipy)
|
||||
("python-deeptoolsintervals" ,python-deeptoolsintervals)
|
||||
("python-plotly" ,python-plotly)))
|
||||
("python-plotly" ,python-plotly-2.4.1)))
|
||||
(home-page "https://pypi.org/project/deepTools/")
|
||||
(synopsis "Useful tools for exploring deep sequencing data")
|
||||
(description "This package addresses the challenge of handling large amounts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue