diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-07-15 13:20:24 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-07-15 13:20:24 +0200 |
commit | b592732d8b4e4b44c40b9c728e86dae47e1ea354 (patch) | |
tree | 06c3e66623773cf3e1027599b9403004e01e7d98 | |
parent | a065e12f82cf220c8802e2cc6e9fff47d6920673 (diff) | |
download | guix-b592732d8b4e4b44c40b9c728e86dae47e1ea354.tar.gz guix-b592732d8b4e4b44c40b9c728e86dae47e1ea354.zip |
gnu: python-dask: Update to 2023.7.0.
* gnu/packages/python-xyz.scm (python-dask): Update to 2023.7.0.
-rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8cdb3a08bc..973216c5ed 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -25591,16 +25591,16 @@ decisions with any given backend.") (define-public python-dask (package (name "python-dask") - (version "2023.4.1") + (version "2023.7.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/dask/dask/") - (commit "a69a808f75a961504a9ba18058bff5e458be97fb"))) + (commit "8523b3bae2ec0183d9d92cc536a3405f15189b7e"))) (file-name (git-file-name name version)) (sha256 - (base32 "089kz6hcgl4yxwx99br1124sg1gkdy554hf120z9a5cfbrf0ah9y")))) + (base32 "1x617m0jlc63v938kqga9mhflhac3aj1ylq5mkpf2g9pd9x2hcbz")))) (build-system pyproject-build-system) (arguments (list |