summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-06-20 22:43:32 +0200
committerAndreas Enge <andreas@enge.fr>2026-06-21 18:18:38 +0200
commit88f81d6e12a45e36064d39137a474f81cc61dd2f (patch)
treeb574ff7904614e6502000944ec841b42377078d6 /gnu/packages/cpp.scm
parentef878e0e702030b3927d2ef3c067cb79eb546294 (diff)
gnu: catch2-3: Rename to catch2-3.5.
* gnu/packages/check.scm (catch2-3): Rename to and define as deprecated by... (catch2-3.5): ...this. (trompeloeil): Adapt input. * gnu/packages/chemistry.scm (rdkit), * gnu/packages/cpp.scm (immer), * gnu/packages/enchant.scm (nuspell), * gnu/packages/games.scm (fuzzylite, endless-sky) * gnu/packages/gnome.scm (gnome-system-monitor), * gnu/packages/logging.scm (spdlog-1.15), * gnu/packages/luanti.scm (luanti), * gnu/packages/maths.scm (highfive), * gnu/packages/networking.scm (restinio), * gnu/packages/package-management.scm (libmamba), * gnu/packages/physics.scm (python-brille), * gnu/packages/potassco.scm (clingo, clingo-lpx, clingcon), * gnu/packages/xdisorg.scm (j4-dmenu-desktop): Adapt inputs. Change-Id: I69fac4ec6d3914a6dc7d86f2454f410db937a83f
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r--gnu/packages/cpp.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index e3cec2025a0..8f8ea07b085 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -3005,7 +3005,7 @@ comma separated value (CSV) files.")
3005 #~(modify-phases %standard-phases 3005 #~(modify-phases %standard-phases
3006 (replace 'check (assoc-ref gnu:%standard-phases 'check))))) 3006 (replace 'check (assoc-ref gnu:%standard-phases 'check)))))
3007 (inputs (list boost libgc c-rrb)) 3007 (inputs (list boost libgc c-rrb))
3008 (native-inputs (list catch2-3 doctest fmt pkg-config)) 3008 (native-inputs (list catch2-3.5 doctest fmt pkg-config))
3009 (home-page "https://sinusoid.es/immer") 3009 (home-page "https://sinusoid.es/immer")
3010 (synopsis "Immutable data structures") 3010 (synopsis "Immutable data structures")
3011 (description "Immer is a library of persistent and immutable data structures 3011 (description "Immer is a library of persistent and immutable data structures