mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05: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 @@ (define-public r-rbiofabric
|
|||
(define-public python-plotly
|
||||
(package
|
||||
(name "python-plotly")
|
||||
(version "5.6.0")
|
||||
(version "5.14.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -227,7 +227,7 @@ (define-public python-plotly
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kc9v5ampq2paw6sls6zdchvqvis7b1z8xhdvlhz5xxdr1vj5xnn"))))
|
||||
"12iy5cswn5c0590fvl87nr6vfyhvbxymrldh4c7dfm2gn6h8z8w0"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue