SEACAS: new release (#41273)
Replace last release due to build issues on windows. Tag was applied incorrectly
This commit is contained in:
parent
2ececcd03e
commit
0a9c84dd25
1 changed files with 6 additions and 1 deletions
|
@ -32,7 +32,12 @@ class Seacas(CMakePackage):
|
|||
# ###################### Versions ##########################
|
||||
version("master", branch="master")
|
||||
version(
|
||||
"2023-10-24", sha256="f93bf0327329c302ed3feb6adf2e3968f01ec325084a457b2c2dbbf6c4f751a2"
|
||||
"2023-11-27", sha256="fea1c0a6959d46af7478c9c16aac64e76c6dc358da38e2fe8793c15c1cffa8fc"
|
||||
)
|
||||
version(
|
||||
"2023-10-24",
|
||||
sha256="f93bf0327329c302ed3feb6adf2e3968f01ec325084a457b2c2dbbf6c4f751a2",
|
||||
deprecated=True,
|
||||
)
|
||||
version(
|
||||
"2023-05-30", sha256="3dd982841854466820a3902163ad1cf1b3fbab65ed7542456d328f2d1a5373c1"
|
||||
|
|
Loading…
Reference in a new issue