guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: python-dask: Update to 1.1.4.


From: guix-commits
Subject: 02/07: gnu: python-dask: Update to 1.1.4.
Date: Sun, 10 Mar 2019 13:37:32 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 755226e9c245a38441bba73f3b50eb5c49f3c04b
Author: Marius Bakke <address@hidden>
Date:   Sun Mar 10 16:20:17 2019 +0100

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