geos: fix patch versions (#26351)

This commit is contained in:
Valentin Volkl 2021-09-29 20:32:37 +02:00 committed by GitHub
parent 10638ea449
commit 805d59d47f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ class Geos(CMakePackage):
patch('https://patch-diff.githubusercontent.com/raw/libgeos/geos/pull/461.patch',
sha256='58795ae79f168851f27aa488a589796f9a7563d368ffa32e1fe315eb71699877',
when='@3.7:')
when='@3.8:')
def cmake_args(self):
args = []