guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 5373dd232ca43325e16e3b566069f43b8917a308
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 4 00:18:47 2026 +0000

    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
---
 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 f9505498ff..3380e1bdc6 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."

Reply via email to