1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Add python-fenics-ufl-2019.

* gnu/packages/simulation.scm (python-fenics-ufl-2019): New variable.

Change-Id: Ie0dccb8e5500cdaa14b6f32621ce48d1399b9979
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2025-11-22 22:56:44 +01:00
committed by Sharlatan Hellseher
parent 720b0aa871
commit a978dc3d3e

View File

@@ -628,6 +628,16 @@ notation.
UFL is part of the FEniCS Project.")
(license license:lgpl3+)))
(define-public python-fenics-ufl-2019
(package/inherit python-fenics-ufl
(name "python-fenics-ufl")
(version "2019.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "fenics-ufl" version))
(sha256
(base32 "10dz8x3lm68x2w3kkqcjask38h0zkhhak26jdbkppr8g9y8wny7p"))))))
;; 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."