guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/14: gnu: python-plotly: Update to 2.4.1.


From: Tobias Geerinckx-Rice
Subject: 06/14: gnu: python-plotly: Update to 2.4.1.
Date: Mon, 26 Mar 2018 22:40:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ef803aa52c9cff8cc71099e2164012c328f5ebe0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Mar 27 02:18:02 2018 +0200

    gnu: python-plotly: Update to 2.4.1.
    
    * gnu/packages/graph.scm (python-plotly): Update to 2.4.1.
---
 gnu/packages/graph.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 38924e4..74fbe9e 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2017, 2018 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2018 Joshua Sierles, Nextjournal <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -207,14 +208,14 @@ lines.")
 (define-public python-plotly
   (package
     (name "python-plotly")
-    (version "2.4.0")
+    (version "2.4.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "plotly" version))
         (sha256
          (base32
-          "0n18116jz6bl5n9cq23vabv1gcbh1x3yficdnfq55v0z4cwy0zlf"))))
+          "0s9gk2fl53x8wwncs3fwii1vzfngr0sskv15v3mpshqmrqfrk27m"))))
     (build-system python-build-system)
     (arguments
      '(#:tests? #f)) ; The tests are not distributed in the release



reply via email to

[Prev in Thread] Current Thread [Next in Thread]