Skip to content

Commit 8488614

Browse files
committed
update regex version
1 parent daf150d commit 8488614

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonforandroid/recipes/regex/__init__.py

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

44
class RegexRecipe(CompiledComponentsPythonRecipe):
55
name = 'regex'
6-
version = '2019.06.08'
6+
version = '2024.11.6'
77
url = 'https://pypi.python.org/packages/source/r/regex/regex-{version}.tar.gz' # noqa
88

99
depends = ['setuptools']

0 commit comments

Comments
 (0)