flang: fixed a typo (#6048)

This commit is contained in:
Christoph Junghans 2017-10-31 07:21:29 -06:00 committed by Massimiliano Culpo
parent 4997291bf4
commit ea35f49cdd

View file

@ -42,7 +42,7 @@ class Flang(CMakePackage):
when='@4.0.1', level=1, working_dir='tools/clang'),
patch('https://github.com/llvm-mirror/clang/pull/35.diff',
sha256='7f39555783993f78b75c380ca5ef167c1d8b88cc75c6542f6c94e0b6acfb7c5d',
when='@5.0', level=1, working_dir='tools/clang')
when='@5.0.0', level=1, working_dir='tools/clang')
]
)