diff options
author | Marius Bakke <marius@gnu.org> | 2021-12-13 19:23:41 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-12-13 23:28:58 +0100 |
commit | 95447b293d52189056224076c25299fca1338018 (patch) | |
tree | ed8fd6d8e23956ea0ea2094f98f786b10b2c8cc9 /gnu/packages/python-xyz.scm | |
parent | 48a6f1d351a0f119ca25ae9b66f535dd2300ac7d (diff) | |
download | guix-95447b293d52189056224076c25299fca1338018.tar.gz |
gnu: python-distributed: Update to 2021.11.2.
* gnu/packages/python-science.scm (python-distributed): Update to 2021.11.2. [source](snippet): New field. [arguments]: Add versioneer phase. [native-inputs]: Add PYTHON-VERSIONEER.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 357aed592f..f4903b8538 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22338,6 +22338,7 @@ behavior and not have to worry about the specific internal implementation decisions with any given backend.") (license license:bsd-3))) +;; Note: Remember to update python-distributed when updating dask. (define-public python-dask (package (name "python-dask") |