diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/graphene.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/graphene.recipe b/recipes/graphene.recipe index a510377c..c1848e96 100644 --- a/recipes/graphene.recipe +++ b/recipes/graphene.recipe @@ -21,7 +21,7 @@ GRAPHENE_CONFIG_UNVERSAL='''\ class Recipe(recipe.Recipe): name = 'graphene' stype = SourceType.TARBALL - version = '1.2.2' + version = '1.2.6' url = 'https://github.com/ebassi/graphene/archive/{0}.tar.gz'.format(version) licenses = [License.MIT] configure_options = ' --enable-static --enable-shared' |