mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-plotly: Update to 5.6.0.
* gnu/packages/graph.scm (python-plotly): Update to 5.6.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
95b0544fcf
commit
5437c90953
1 changed files with 7 additions and 2 deletions
|
@ -212,7 +212,7 @@ lines.")
|
||||||
(define-public python-plotly
|
(define-public python-plotly
|
||||||
(package
|
(package
|
||||||
(name "python-plotly")
|
(name "python-plotly")
|
||||||
(version "4.14.3")
|
(version "5.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -221,11 +221,15 @@ lines.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02wlgy7gf3v5ckiq9ab3prm53cckxkavlghqgkk9xw2sfmmrn61q"))))
|
"0kc9v5ampq2paw6sls6zdchvqvis7b1z8xhdvlhz5xxdr1vj5xnn"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
(add-before 'build 'skip-npm
|
||||||
|
;; npm is not packaged so build without it
|
||||||
|
(lambda _
|
||||||
|
(setenv "SKIP_NPM" "T")))
|
||||||
(add-after 'unpack 'chdir
|
(add-after 'unpack 'chdir
|
||||||
(lambda _
|
(lambda _
|
||||||
(chdir "packages/python/plotly")
|
(chdir "packages/python/plotly")
|
||||||
|
@ -247,6 +251,7 @@ lines.")
|
||||||
python-requests
|
python-requests
|
||||||
python-retrying
|
python-retrying
|
||||||
python-six
|
python-six
|
||||||
|
python-tenacity
|
||||||
python-statsmodels))
|
python-statsmodels))
|
||||||
(home-page "https://plotly.com/python/")
|
(home-page "https://plotly.com/python/")
|
||||||
(synopsis "Interactive plotting library for Python")
|
(synopsis "Interactive plotting library for Python")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue