gnu: python-plotly: Update to 5.20.0.

* gnu/packages/graph.scm (python-plotly): Update to 5.20.0.

Change-Id: I0df931646677dbceb1fea7912781bc74e0207dcb
This commit is contained in:
Vinicius Monego 2024-03-24 08:56:34 -03:00
parent ea2db1f30c
commit d747d9e2dd
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -282,7 +282,7 @@ lines.")
(define-public python-plotly (define-public python-plotly
(package (package
(name "python-plotly") (name "python-plotly")
(version "5.14.1") (version "5.20.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -291,7 +291,7 @@ lines.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"12iy5cswn5c0590fvl87nr6vfyhvbxymrldh4c7dfm2gn6h8z8w0")))) "0i22sv8p3kl84nkldbv1253kld85rbwp2pdxivxn64wwflfpqvx6"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
(list (list