summaryrefslogtreecommitdiff
path: root/gnu/packages/simulation.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-04 00:18:47 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:21:16 +0100
commit065980a401dfeb0b0299742d6051a8a37e07b4ab (patch)
treeff0c720d8927203db8fcf350b8dba87e6b7b2539 /gnu/packages/simulation.scm
parent9769cd732c8844d0f763d9e9a723f50babf55629 (diff)
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 <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/simulation.scm')
-rw-r--r--gnu/packages/simulation.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index 458c671bc73..982b5c69c2c 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."