guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: python-dask: Update to 2022.05.2.


From: guix-commits
Subject: 03/05: gnu: python-dask: Update to 2022.05.2.
Date: Mon, 30 May 2022 17:11:28 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7c8f3dfa34bf644066035a352ddf8f5191b3ec80
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 30 22:40:02 2022 +0200

    gnu: python-dask: Update to 2022.05.2.
    
    * gnu/packages/python-xyz.scm (python-dask): Update to 2022.05.2.
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9c0851ea44..4a5db7c87b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24844,16 +24844,16 @@ decisions with any given backend.")
 (define-public python-dask
   (package
     (name "python-dask")
-    (version "2021.11.2")
+    (version "2022.05.2")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/dask/dask/";)
-             (commit "5a8275dd53193b47457cdfadc0e2356ea3eb6ccd")))
+             (commit "8db1597c9745543df3129399bead5fbc95a54571")))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0h8w7c03mn6s2mmwbqd2sqay3k4vaqiwlsbvliziggw28042zfw2"))
+        (base32 "1xfk3wml972z502w5ii5mn03ls3rg5p4hqgl0hkicgpmzlyz9kph"))
        (snippet
         ;; Delete generated copy of python-versioneer.  We recreate it below.
         '(delete-file "versioneer.py"))))



reply via email to

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