Skip to content

Commit b5290df

Browse files
committed
update pyproj recipe
1 parent 1d8002b commit b5290df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/pyproj/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33

44
class PyProjRecipe(CythonRecipe):
5-
version = '1.9.5.1'
6-
url = 'https://github.com/jswhit/pyproj/archive/master.zip'
5+
version = '1.9.6'
6+
url = 'https://github.com/pyproj4/pyproj/archive/v{version}rel.zip'
77
depends = ['setuptools']
88
call_hostpython_via_targetpython = False
99

0 commit comments

Comments
 (0)