summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-02-13 12:40:30 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-13 19:14:16 +0100
commit83d89b06455085fc35cbddc21ea494a82b298b08 (patch)
tree35ce6e72405ee7f7d1e9ddc9f59b2d7f738f7ae9 /gnu/packages/maths.scm
parent2e099c8907d1c0e78e27e6793092cfa25728d0b6 (diff)
gnu: vtk: Update to 9.5.2 and add vtk-9.4.
* gnu/packages/image-processing.scm (vtk): Update to 9.5.2. (vtk-9.4): Add back the previous version. * gnu/packages/maths.scm (python-quadpy)[inputs]: Replace vtk by vtk-9.4. Change-Id: Ibf29e18245bd7415208b495cc36ed2c630bb9410
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 969d8cebcff..8f7a79a36c4 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4821,7 +4821,7 @@ Mathematics (GLM) library to Python.")
python-pytest
python-setuptools
unzip
- vtk))
+ vtk-9.4))
(inputs
;; [optional]
(list python-matplotlib))