This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1e8bdc92c9 gnu: python-pyarrow: Update Cython and CMake
1e8bdc92c9 is described below
commit 1e8bdc92c9882a3f85a7b9b72dc593b7c2679f36
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed May 14 11:33:39 2025 +0200
gnu: python-pyarrow: Update Cython and CMake
* gnu/packages/databases.scm (python-pyarrow)[native-inputs]: Replace
cmake-minimal with cmake, and replace python-cython with python-cython-3.
Change-Id: I7a7b685b9f88b7f9058d83cff6470c20487f265d
---
gnu/packages/databases.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index ca6408a178..c3a10efece 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -5294,9 +5294,9 @@ __version_tuple__ = version_tuple = (~a)~%" version
version-tuple))))))
python-pandas
python-six))
(native-inputs
- (list cmake-minimal
+ (list cmake ;needs 3.25
pkg-config
- python-cython
+ python-cython-3
python-pytest
python-pytest-runner
python-setuptools-scm))