We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9aa8b2 commit c351f55Copy full SHA for c351f55
android/python_hackrf/__init__.py
@@ -12,7 +12,7 @@ class PythonHackrfRecipe(CythonRecipe):
12
depends = ('python3', 'setuptools', 'numpy', 'pyjnius', 'libhackrf')
13
site_packages_name = 'python_hackrf'
14
name = 'python_hackrf'
15
- version = '1.2.8'
+ version = '1.3.0'
16
17
def get_recipe_env(self, arch: Arch) -> dict:
18
env = super().get_recipe_env(arch)
0 commit comments