From 95447b293d52189056224076c25299fca1338018 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Mon, 13 Dec 2021 19:23:41 +0100 Subject: 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. --- gnu/packages/python-xyz.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/python-xyz.scm') 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") -- cgit 1.4.1