Skip to content

Commit 71cbd73

Browse files
committed
Merge pull request kivy#712 from brussee/ipaddress-1.0.16
update ipaddress to 1.0.16
2 parents 19b2205 + d487906 commit 71cbd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/ipaddress/__init__.py

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

44
class IpaddressRecipe(PythonRecipe):
55
name = 'ipaddress'
6-
version = '1.0.15'
6+
version = '1.0.16'
77
url = 'https://pypi.python.org/packages/source/i/ipaddress/ipaddress-{version}.tar.gz'
88

99
depends = ['python2']

0 commit comments

Comments
 (0)