mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-plotly: Update to 5.14.1.
* gnu/packages/graph.scm (python-plotly): Update to 5.14.1.
This commit is contained in:
parent
925ef60b66
commit
89e1c97682
1 changed files with 2 additions and 2 deletions
|
@ -218,7 +218,7 @@ lines.")
|
||||||
(define-public python-plotly
|
(define-public python-plotly
|
||||||
(package
|
(package
|
||||||
(name "python-plotly")
|
(name "python-plotly")
|
||||||
(version "5.6.0")
|
(version "5.14.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -227,7 +227,7 @@ lines.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kc9v5ampq2paw6sls6zdchvqvis7b1z8xhdvlhz5xxdr1vj5xnn"))))
|
"12iy5cswn5c0590fvl87nr6vfyhvbxymrldh4c7dfm2gn6h8z8w0"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue