~ruther/guix-local

065980a401dfeb0b0299742d6051a8a37e07b4ab — Sharlatan Hellseher 2 months ago 9769cd7
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>
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/simulation.scm
M gnu/packages/simulation.scm => gnu/packages/simulation.scm +3 -1
@@ 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."