[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/18: gnu: python-plotly: Update to 5.6.0.
From: |
guix-commits |
Subject: |
03/18: gnu: python-plotly: Update to 5.6.0. |
Date: |
Mon, 23 May 2022 10:26:07 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 5437c90953e679503c413552b2496e74e0c51fcf
Author: kiasoc5 <kiasoc5@tutanota.com>
AuthorDate: Sun Mar 27 15:26:08 2022 -0400
gnu: python-plotly: Update to 5.6.0.
* gnu/packages/graph.scm (python-plotly): Update to 5.6.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/graph.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 981c4d4793..6d1575a0bd 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -212,7 +212,7 @@ lines.")
(define-public python-plotly
(package
(name "python-plotly")
- (version "4.14.3")
+ (version "5.6.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -221,11 +221,15 @@ lines.")
(file-name (git-file-name name version))
(sha256
(base32
- "02wlgy7gf3v5ckiq9ab3prm53cckxkavlghqgkk9xw2sfmmrn61q"))))
+ "0kc9v5ampq2paw6sls6zdchvqvis7b1z8xhdvlhz5xxdr1vj5xnn"))))
(build-system python-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
+ (add-before 'build 'skip-npm
+ ;; npm is not packaged so build without it
+ (lambda _
+ (setenv "SKIP_NPM" "T")))
(add-after 'unpack 'chdir
(lambda _
(chdir "packages/python/plotly")
@@ -247,6 +251,7 @@ lines.")
python-requests
python-retrying
python-six
+ python-tenacity
python-statsmodels))
(home-page "https://plotly.com/python/")
(synopsis "Interactive plotting library for Python")
- branch master updated (a6da02217e -> 2f58393d99), guix-commits, 2022/05/23
- 01/18: scripts: package: Transform before creating manifest entries., guix-commits, 2022/05/23
- 07/18: gnu: python-meshio: Update to 5.3.4., guix-commits, 2022/05/23
- 08/18: gnu: Add python-pyperf., guix-commits, 2022/05/23
- 10/18: gnu: Add python-scooby., guix-commits, 2022/05/23
- 02/18: import: utils: Update list of SPDX licenses., guix-commits, 2022/05/23
- 03/18: gnu: python-plotly: Update to 5.6.0.,
guix-commits <=
- 04/18: gnu: python-meshio: Remove input labels., guix-commits, 2022/05/23
- 05/18: gnu: python-meshio: Remove trailing booleans., guix-commits, 2022/05/23
- 06/18: gnu: python-meshio: Honor #:tests? flag., guix-commits, 2022/05/23
- 09/18: gnu: Add python-pyvips., guix-commits, 2022/05/23
- 13/18: gnu: Add patatt., guix-commits, 2022/05/23
- 11/18: gnu: Add python-pyvista., guix-commits, 2022/05/23
- 12/18: licenses: Add Expat No Attribution license., guix-commits, 2022/05/23
- 14/18: gnu: b4: Drop now unneeded snippet., guix-commits, 2022/05/23
- 15/18: gnu: b4: Enable patch attestation., guix-commits, 2022/05/23
- 16/18: gnu: python-django: Add 3.1.14., guix-commits, 2022/05/23