Wonton (package): Fix sha 256 sum for version (#17916)

This commit is contained in:
Rao Garimella 2020-08-07 00:41:48 -06:00 committed by GitHub
parent 7a5c0e0326
commit cff383802a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ class Wonton(CMakePackage):
maintainers = ['raovgarimella']
version('1.2.1', sha256='e103844b6c086ec4326970099e9dff2d2fa55c960eb2ecb0c76fabfe3b7305e8')
version('1.2.1', sha256='4f00513d1abe86f256214d2b5171b1575b2cd464df8609307c24cbc4c595c305')
variant('lapacke', default=True, description='Use LAPACKE solvers')