guix_mirror_bot pushed a commit to branch ae-test-pybind in repository guix.
commit a3125604022c4a0632a92f07740016465db5b49c Author: Andreas Enge <[email protected]> AuthorDate: Sun Jan 18 23:51:34 2026 +0100 gnu: Remove pybind11-2.10. * gnu/packages/python-xyz.scm (pybind11-2.10): Delete variable. Fixes: guix/guix#4827 Change-Id: I618e1f3479035eaa680897421d2a2fc1bcf34f38 --- gnu/packages/python-xyz.scm | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 89e27c7738..e5049f1633 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27383,22 +27383,6 @@ library: to minimize boilerplate code in traditional extension modules by inferring type information using compile-time introspection.") (license license:bsd-3))) -;; Needed for scipy -(define-public pybind11-2.10 - (package - (inherit pybind11) - (name "pybind11") - (version "2.10.4") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pybind/pybind11") - (commit (string-append "v" version)))) - (sha256 - (base32 - "0rbcfvl7y472sykzdq3vrkw83kar0lpzhk3wq9yj9cdydl8cpfcz")) - (file-name (git-file-name name version)))))) - (define-public python-pooch (package (name "python-pooch")
