Skip to content

Commit 4cd3ac8

Browse files
authored
Merge pull request kivy#2049 from goffi-contrib/omemo_recipe_update_0.11.0
[omemo] updated to 0.11.0 + updated omemo-backend-signal to 0.2.5
2 parents 2acddd5 + 78a8df3 commit 4cd3ac8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pythonforandroid/recipes/omemo-backend-signal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class OmemoBackendSignalRecipe(PythonRecipe):
55
name = 'omemo-backend-signal'
6-
version = '0.2.3'
6+
version = '0.2.5'
77
url = 'https://pypi.python.org/packages/source/o/omemo-backend-signal/omemo-backend-signal-{version}.tar.gz'
88
site_packages_name = 'omemo-backend-signal'
99
depends = [

pythonforandroid/recipes/omemo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class OmemoRecipe(PythonRecipe):
55
name = 'omemo'
6-
version = '0.10.4'
6+
version = '0.11.0'
77
url = 'https://pypi.python.org/packages/source/O/OMEMO/OMEMO-{version}.tar.gz'
88
site_packages_name = 'omemo'
99
depends = [

0 commit comments

Comments
 (0)