diff options
author | Vinicius Monego <monego@posteo.net> | 2024-03-24 08:56:34 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-03-31 07:40:29 -0300 |
commit | d747d9e2dd273ce90a441d0e4428d15a8286e465 (patch) | |
tree | ac317766d6fa2971db11735f35fa7b8808199ef7 /gnu/packages/graph.scm | |
parent | ea2db1f30c7d359969f35f7ec0518003c6e4d6e8 (diff) | |
download | guix-d747d9e2dd273ce90a441d0e4428d15a8286e465.tar.gz |
gnu: python-plotly: Update to 5.20.0.
* gnu/packages/graph.scm (python-plotly): Update to 5.20.0. Change-Id: I0df931646677dbceb1fea7912781bc74e0207dcb
Diffstat (limited to 'gnu/packages/graph.scm')
-rw-r--r-- | gnu/packages/graph.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm index a3607689a3..e3aa6ba478 100644 --- a/gnu/packages/graph.scm +++ b/gnu/packages/graph.scm @@ -282,7 +282,7 @@ lines.") (define-public python-plotly (package (name "python-plotly") - (version "5.14.1") + (version "5.20.0") (source (origin (method git-fetch) (uri (git-reference @@ -291,7 +291,7 @@ lines.") (file-name (git-file-name name version)) (sha256 (base32 - "12iy5cswn5c0590fvl87nr6vfyhvbxymrldh4c7dfm2gn6h8z8w0")))) + "0i22sv8p3kl84nkldbv1253kld85rbwp2pdxivxn64wwflfpqvx6")))) (build-system python-build-system) (arguments (list |