Browse Source

android build: bump python 3.8.8->3.8.12

patch-4
SomberNight 3 years ago
parent
commit
7d5c5b75a1
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 4
      contrib/android/p4a_recipes/hostpython3/__init__.py
  2. 4
      contrib/android/p4a_recipes/python3/__init__.py

4
contrib/android/p4a_recipes/hostpython3/__init__.py

@ -11,8 +11,8 @@ assert HostPython3Recipe.python_depends == []
class HostPython3RecipePinned(util.InheritedRecipeMixin, HostPython3Recipe): class HostPython3RecipePinned(util.InheritedRecipeMixin, HostPython3Recipe):
version = "3.8.8" version = "3.8.12"
sha512sum = "1c6742cdc92ba6d3c03c63fd025bc348462517a503343685a42e22838aedc94ab2e438f1d1623b91ca1be5f39f327d76385d66b785ff93f0f3737b9870e9a003" sha512sum = "f7227c9d82c37a3f21d4e4ec352b75424d8103b5144e7accec13dca626c79268db76143782629131525a07bb026630e55fccd4381bd78990b3561cc565681190"
recipe = HostPython3RecipePinned() recipe = HostPython3RecipePinned()

4
contrib/android/p4a_recipes/python3/__init__.py

@ -11,8 +11,8 @@ assert Python3Recipe.python_depends == []
class Python3RecipePinned(util.InheritedRecipeMixin, Python3Recipe): class Python3RecipePinned(util.InheritedRecipeMixin, Python3Recipe):
version = "3.8.8" version = "3.8.12"
sha512sum = "1c6742cdc92ba6d3c03c63fd025bc348462517a503343685a42e22838aedc94ab2e438f1d1623b91ca1be5f39f327d76385d66b785ff93f0f3737b9870e9a003" sha512sum = "f7227c9d82c37a3f21d4e4ec352b75424d8103b5144e7accec13dca626c79268db76143782629131525a07bb026630e55fccd4381bd78990b3561cc565681190"
recipe = Python3RecipePinned() recipe = Python3RecipePinned()

Loading…
Cancel
Save