seacas: add 2025-03-13 (bug fix, new functionality, portability) (#49474)

* seacas: bug fix, new functionality, portability
* Get new checksum due to moving tag forward...
This commit is contained in:
Greg Sjaardema 2025-03-17 09:44:17 -06:00 committed by GitHub
parent a8728e700b
commit 5f4e12d8f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,9 @@ class Seacas(CMakePackage):
# ###################### Versions ########################## # ###################### Versions ##########################
version("master", branch="master") version("master", branch="master")
version(
"2025-03-13", sha256="406aff5b8908d6a3bf6687d825905990101caa9cf8c1213a508938eed2134d6d"
)
version( version(
"2025-02-27", sha256="224468d6215b4f4b15511ee7a29f755cdd9e7be18c08dfece9d9991e68185cfc" "2025-02-27", sha256="224468d6215b4f4b15511ee7a29f755cdd9e7be18c08dfece9d9991e68185cfc"
) )