guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: python-dask: Update to 1.2.0.


From: guix-commits
Subject: 03/07: gnu: python-dask: Update to 1.2.0.
Date: Tue, 16 Apr 2019 15:48:45 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 75cc535986836506e43ce379eb9b31928df7ef29
Author: Marius Bakke <address@hidden>
Date:   Tue Apr 16 20:07:40 2019 +0200

    gnu: python-dask: Update to 1.2.0.
    
    * gnu/packages/python-xyz.scm (python-dask): Update to 1.2.0.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 83e94e8..14fb413 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14859,14 +14859,14 @@ append on old values.  Partd excels at shuffling 
operations.")
 (define-public python-dask
   (package
     (name "python-dask")
-    (version "1.1.4")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "dask" version))
        (sha256
         (base32
-         "1hrnfz4pzawikz9b622vjz2500n7hs25nz9msy1k8l4g7l2kr6ky"))))
+         "1y0dqcp72ixwblgway0jpvfirlxfcmwrjiivdq96firj1hw127sd"))))
     (build-system python-build-system)
     ;; A single test out of 5000+ fails.  This test is marked as xfail when
     ;; pytest-xdist is used.



reply via email to

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