From 7b36fe45cf7263da44dca55f7744700f1e10ee05 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 16 May 2026 14:04:28 +0100 Subject: [PATCH] gnu: python-pycpl: Build with pybind11@3. * gnu/packages/astronomy.scm (python-pycpl): [native-inputs]: Remove pybind11-2; add pybind11. Change-Id: I2a0eda8685cdac87d9ad3bcead9d52470bfb9b99 --- gnu/packages/astronomy.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index bb4e89f1619..71b4c3873b2 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -7858,7 +7858,7 @@ and the Generalized Lomb-Scargle periodogram (build-system pyproject-build-system) (native-inputs (list cmake-minimal - pybind11-2 + pybind11 python-pandas python-pytest python-scipy