SomberNight
3 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
2 changed files with
4 additions and
4 deletions
-
contrib/android/p4a_recipes/hostpython3/__init__.py
-
contrib/android/p4a_recipes/python3/__init__.py
|
|
@ -11,8 +11,8 @@ assert HostPython3Recipe.python_depends == [] |
|
|
|
|
|
|
|
|
|
|
|
class HostPython3RecipePinned(util.InheritedRecipeMixin, HostPython3Recipe): |
|
|
|
version = "3.8.8" |
|
|
|
sha512sum = "1c6742cdc92ba6d3c03c63fd025bc348462517a503343685a42e22838aedc94ab2e438f1d1623b91ca1be5f39f327d76385d66b785ff93f0f3737b9870e9a003" |
|
|
|
version = "3.8.12" |
|
|
|
sha512sum = "f7227c9d82c37a3f21d4e4ec352b75424d8103b5144e7accec13dca626c79268db76143782629131525a07bb026630e55fccd4381bd78990b3561cc565681190" |
|
|
|
|
|
|
|
|
|
|
|
recipe = HostPython3RecipePinned() |
|
|
|
|
|
@ -11,8 +11,8 @@ assert Python3Recipe.python_depends == [] |
|
|
|
|
|
|
|
|
|
|
|
class Python3RecipePinned(util.InheritedRecipeMixin, Python3Recipe): |
|
|
|
version = "3.8.8" |
|
|
|
sha512sum = "1c6742cdc92ba6d3c03c63fd025bc348462517a503343685a42e22838aedc94ab2e438f1d1623b91ca1be5f39f327d76385d66b785ff93f0f3737b9870e9a003" |
|
|
|
version = "3.8.12" |
|
|
|
sha512sum = "f7227c9d82c37a3f21d4e4ec352b75424d8103b5144e7accec13dca626c79268db76143782629131525a07bb026630e55fccd4381bd78990b3561cc565681190" |
|
|
|
|
|
|
|
|
|
|
|
recipe = Python3RecipePinned() |
|
|
|