Skip to content

Commit 6f08f52

Browse files
authored
Merge pull request #1814 from viblo/patch-1
Update pymunk to v5.5.0
2 parents 90170ab + bbee4eb commit 6f08f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/pymunk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class PymunkRecipe(CompiledComponentsPythonRecipe):
66
name = "pymunk"
7-
version = '5.3.2'
7+
version = '5.5.0'
88
url = 'https://pypi.python.org/packages/source/p/pymunk/pymunk-{version}.zip'
99
depends = ['cffi', 'setuptools']
1010
call_hostpython_via_targetpython = False

0 commit comments

Comments
 (0)