diff options
| author | Gabriel Wicki <gabriel@erlikon.ch> | 2026-03-05 13:41:12 +0100 |
|---|---|---|
| committer | Gabriel Wicki <gabriel@erlikon.ch> | 2026-03-05 15:53:36 +0100 |
| commit | f86ff1db98ebf80abcde89b698b705dc89bf7cea (patch) | |
| tree | 81dfc9f77bf2d79e82cf98c37035ab6e60ac6559 /gnu/packages/syndication.scm | |
| parent | 13346ec997dbf651b1775e44f7569d87053c44cf (diff) | |
gnu: Pin old pybind11 version.
* gnu/packages/python-xyz.scm (pybind11): Move definition to (pybind11-2).
(python-awkward-cpp, python-contourpy, python-hnswlib, python-dm-tree,
python-matplotlib, python-pikepdf, python-optree, python-fusepy): Change
reference to pybind11-2.
* gnu/packages/astronomy.scm (aoflagger, python-galsim, python-pyclp),
gnu/packages/bioinformatics.scm (python-metacells, python-strawc,
python-coolbox, python-pyspoa, python-scvelo),
gnu/packages/chemistry.scm (avogadrolibs),
gnu/packages/computer-architecture.scm (gem5),
gnu/packages/duckdb.scm (python-duckdb),
gnu/packages/electronics.scm (nextpnr, prjtrellis),
gnu/packages/engineering.scm (python-orocos-kinematics-dynamics),
gnu/packages/geo.scm (ogs-serial),
gnu/packages/graphics.scm (openshadinglanguage, openimageio),
gnu/packages/image-processing.scm (opencolorio),
gnu/packages/machine-learning.scm (python-fasttext, python-ml-dtypes, onnx,
onnx-optimizer, onnxruntime, dlib, tensorflow-lite, tensorpipe,
python-pytorch, python-torchvision, python-ctranslate2, python-hmmlearn,
python-dlib),
gnu/packages/maths.scm (python-accupy, python-ducc0),
gnu/packages/networking.scm (libcamera),
gnu/packages/opencl.scm (python-pyopencl),
gnu/packages/package-management.scm (python-libmambapy),
gnu/packages/physics.scm (python-brille, python-gofit),
gnu/packages/python-check.scm (python-xdoctest),
gnu/packages/python-science.scm (pyre, python-boost-histogram, python-cvxpy,
python-iminuit, python-osqp, python-pyamg, python-qdldl,
python-scikit-build-core, python-scipy, python-vaex-core, python-pyfma),
gnu/packages/radio.scm (gnuradio, gr-osmosdr, gr-dsd, gr-iqbal,
gr-satellites, limesuite-ng),
gnu/packages/simulation.scm (fenics, python-dolfin-adjoint),
gnu/packages/statistics.scm (python-diptest, python-george),
gnu/packages/syndication.scm (syndication-domination): Change reference to pybind11-2.
Change-Id: Ib6abc8580fc2b4c35172f251ff6ba7d80ced4b7b
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
Diffstat (limited to 'gnu/packages/syndication.scm')
| -rw-r--r-- | gnu/packages/syndication.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm index 3c49c6780b4..f3db338bb37 100644 --- a/gnu/packages/syndication.scm +++ b/gnu/packages/syndication.scm | |||
| @@ -478,7 +478,7 @@ to create RSS feeds for websites that don't provide any.") | |||
| 478 | (sha256 | 478 | (sha256 |
| 479 | (base32 "1fl362920n6nz4x9wihyzbr82d9cy60sknhmajj62whd5gs49sbw")))) | 479 | (base32 "1fl362920n6nz4x9wihyzbr82d9cy60sknhmajj62whd5gs49sbw")))) |
| 480 | (build-system meson-build-system) | 480 | (build-system meson-build-system) |
| 481 | (inputs (list fmt tidy-html pybind11 python pugixml)) | 481 | (inputs (list fmt tidy-html pybind11-2 python pugixml)) |
| 482 | (native-inputs (list cmake-minimal pkg-config)) ; need cmake to find pybind11 | 482 | (native-inputs (list cmake-minimal pkg-config)) ; need cmake to find pybind11 |
| 483 | (home-page "https://gitlab.com/gabmus/syndication-domination") | 483 | (home-page "https://gitlab.com/gabmus/syndication-domination") |
| 484 | (synopsis "RSS/Atom feed parser") | 484 | (synopsis "RSS/Atom feed parser") |
