GNU bug report logs -
#63628
[PATCH 1/2] gnu: python-plotly: Fix version.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Sun, 21 May 2023 17:21:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/graph.scm (python-plotly): Update to 5.14.1.
---
gnu/packages/graph.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 4e4e3b3e73..3fba34459a 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -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
--
2.34.1
This bug report was last modified 1 year and 327 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.