guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: python-dask: Update to 1.1.3.


From: guix-commits
Subject: 10/10: gnu: python-dask: Update to 1.1.3.
Date: Sat, 2 Mar 2019 16:25:02 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 5a222ebaee19f9c7055a4afae686faca747ba799
Author: Marius Bakke <address@hidden>
Date:   Sat Mar 2 19:18:15 2019 +0100

    gnu: python-dask: Update to 1.1.3.
    
    * gnu/packages/python-xyz.scm (python-dask): Update to 1.1.3.
---
 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 dc5a020..f6c217f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14694,14 +14694,14 @@ append on old values.  Partd excels at shuffling 
operations.")
 (define-public python-dask
   (package
     (name "python-dask")
-    (version "1.0.0")
+    (version "1.1.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "dask" version))
        (sha256
         (base32
-         "1xwz8h020ipwav2p5gcq9pskya1cvzd6hjyvd06dvr3w5lxlmym1"))))
+         "03ykmq46q2hh7mn68vcxkgylybjaj3r0kfspaiymdmqmjzpjivr5"))))
     (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]