Skip to content

Commit a8b4c7a

Browse files
committed
[cryptography] updated to 2.6.1
1 parent 84142eb commit a8b4c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/cryptography/__init__.py

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

44
class CryptographyRecipe(CompiledComponentsPythonRecipe):
55
name = 'cryptography'
6-
version = '2.5'
6+
version = '2.6.1'
77
url = 'https://github.com/pyca/cryptography/archive/{version}.tar.gz'
88
depends = ['openssl', 'idna', 'asn1crypto', 'six', 'setuptools',
99
'enum34', 'ipaddress', 'cffi']

0 commit comments

Comments
 (0)