This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch r-updates
in repository guix.

The following commit(s) were added to refs/heads/r-updates by this push:
     new 4f86d49df7 gnu: python-vaex-core: Add missing input.
4f86d49df7 is described below

commit 4f86d49df7fc4aab2426138c9b2d4bfac158b679
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Dec 15 14:55:10 2023 +0100

    gnu: python-vaex-core: Add missing input.
    
    * gnu/packages/python-science.scm (python-vaex-core)[propagated-inputs]: Add
    python-click.
    
    Change-Id: Id91e925832ed107d5b346ba513a9825dc31481f6
---
 gnu/packages/python-science.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 2e238dc198..262d5b7b98 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2092,6 +2092,7 @@ documentation for more information.")
     (propagated-inputs
      (list python-aplus
            python-blake3
+           python-click ;XXX for dask
            python-cloudpickle
            python-dask
            python-filelock

Reply via email to