Add new feq-parse version (#38991)

* Add new feq-parse version
* Swap 2.0.0 for 2.0.1 - resolves feq-parse build failure
This commit is contained in:
Joe Schoonover 2023-07-19 19:33:05 -04:00 committed by GitHub
parent 3caa0093f8
commit 01167a1471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,10 +12,11 @@ class FeqParse(CMakePackage):
provided as strings."""
homepage = "https://github.com/FluidNumerics/feq-parse"
url = "https://github.com/FluidNumerics/feq-parse/archive/v1.0.0.tar.gz"
url = "https://github.com/FluidNumerics/feq-parse/archive/v2.0.1.tar.gz"
maintainers("fluidnumerics-joe")
version("2.0.1", sha256="08dd08bd100a0a2eb672a5b2792ad56a337df575c634aac0d7a300d7e484b21c")
version("1.1.0", sha256="d33a4fd6904939bb70780e8f25f37c1291c4f24fd207feb4ffc0f8d89637d1e3")
version("1.0.2", sha256="1cd1db7562908ea16fc65dc5268b654405d0b3d9dcfe11f409949c431b48a3e8")