From 065980a401dfeb0b0299742d6051a8a37e07b4ab Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 4 Jan 2026 00:18:47 +0000 Subject: [PATCH] gnu: python-fenics-ufl-2019: Use python-numpy@1. * gnu/packages/simulation.scm (python-fenics-ufl-2019): [inputs]: Remove python-numpy. [propagated-inputs]: Add python-numpy-1 Change-Id: I3171b24924f08a6210504ee03b3726a18609b186 Signed-off-by: Rutherther --- gnu/packages/simulation.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm index 458c671bc73b2321cea4099e3a7415a4ad283290..982b5c69c2cefff8fb813d19a2309d4f543747d7 100644 --- a/gnu/packages/simulation.scm +++ b/gnu/packages/simulation.scm @@ -847,7 +847,9 @@ UFL is part of the FEniCS Project.") (method url-fetch) (uri (pypi-uri "fenics-ufl" version)) (sha256 - (base32 "10dz8x3lm68x2w3kkqcjask38h0zkhhak26jdbkppr8g9y8wny7p")))))) + (base32 "10dz8x3lm68x2w3kkqcjask38h0zkhhak26jdbkppr8g9y8wny7p")))) + (inputs '()) + (propagated-inputs (list python-numpy-1)))) ;; XXX: This package is quite dated and upstream no longer maintains it: "This ;; repository was archived by the owner on Feb 21, 2022. It is now read-only."