json-fortran: add new version 7.1.0

This commit is contained in:
brietzke 2019-08-25 20:34:48 +02:00 committed by Peter Scheibel
parent 411b011578
commit 8f771acc1e

View File

@ -12,6 +12,7 @@ class JsonFortran(CMakePackage):
homepage = "http://jacobwilliams.github.io/json-fortran/"
url = "https://github.com/jacobwilliams/json-fortran/archive/7.0.0.tar.gz"
version('7.1.0', sha256='e7aa1f6e09b25ebacb17188147380c3f8c0a254754cd24869c001745fcecc9e6')
version('7.0.0', sha256='9b5b6235489b27d572bbc7620ed8e039fa9d4d14d41b1581b279be9db499f32c')
def cmake_args(self):