We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54afc33 commit f7cd5bbCopy full SHA for f7cd5bb
pythonforandroid/recipes/m2crypto/__init__.py
@@ -3,7 +3,7 @@
3
import sh
4
5
class M2CryptoRecipe(PythonRecipe):
6
- version = '0.23.0'
+ version = '0.24.0'
7
url = 'https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-{version}.tar.gz'
8
#md5sum = '89557730e245294a6cab06de8ad4fb42'
9
depends = ['openssl', 'hostpython2', 'python2', 'setuptools']
0 commit comments