Skip to content

Commit f7cd5bb

Browse files
committed
update m2crypto to 0.24.0
1 parent 54afc33 commit f7cd5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/m2crypto/__init__.py

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

55
class M2CryptoRecipe(PythonRecipe):
6-
version = '0.23.0'
6+
version = '0.24.0'
77
url = 'https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-{version}.tar.gz'
88
#md5sum = '89557730e245294a6cab06de8ad4fb42'
99
depends = ['openssl', 'hostpython2', 'python2', 'setuptools']

0 commit comments

Comments
 (0)