Skip to content

Commit a5d5ef7

Browse files
authored
Update __init__.py
1 parent a11ba56 commit a5d5ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/bitarray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class BitarrayRecipe(CppCompiledComponentsPythonRecipe):
55
stl_lib_name = "c++_shared"
66
version = "3.0.0"
7-
url = f"https://github.com/ilanschnell/bitarray/archive/refs/tags/{version}.tar.gz"
7+
url = "https://github.com/ilanschnell/bitarray/archive/refs/tags/{version}.tar.gz"
88
depends = ["setuptools"]
99

1010

0 commit comments

Comments
 (0)