Skip to content

Commit

Permalink
py-fenics-ufl: add new version (#43848)
Browse files Browse the repository at this point in the history
* Bump version to 2024.1.0
* Bump to .post0
* Dependency fix
* Format file
* Run black on package file
  • Loading branch information
garth-wells committed Apr 30, 2024
1 parent 1f904c3 commit 06239de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions var/spack/repos/builtin/packages/py-fenics-ufl/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ class PyFenicsUfl(PythonPackage):
license("LGPL-3.0-or-later")

version("main", branch="main")
version(
"2024.1.0.post1", sha256="6e38e93a2c8417271c9fb316e0d0ea5fe1101c6a37b2496fff8290e7ea7ead74"
)
version("2023.2.0", sha256="d1d3209e8ebd4bd70513c26890f51823bac90edc956233c47bd8e686e064436e")
version(
"2023.1.1.post0", sha256="9e6e87f1447635029cec42604f62a76bba84899beb4b8822af10389d1f93a9b6"
Expand Down

0 comments on commit 06239de

Please sign in to comment.