Skip to content

Commit 3d3c545

Browse files
author
Gonzalo Atienza
committed
pynacl-recipe
1 parent 54cf321 commit 3d3c545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/pynacl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class PyNaCLRecipe(CompiledComponentsPythonRecipe):
66
name = 'pynacl'
77
version = '1.3.0'
8-
url = 'https://pypi.python.org/packages/source/P/PyNaCl/PyNaCl-{version}.tar.gz'
8+
url = 'https://github.com/pyca/pynacl/archive/refs/tags/{version}.tar.gz'
99

1010
depends = ['hostpython3', 'six', 'setuptools', 'cffi', 'libsodium']
1111
call_hostpython_via_targetpython = False

0 commit comments

Comments
 (0)