From ce35114a46278634b82908bc3d19da1bc42fd473 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sun, 16 Aug 2015 18:05:31 +0200 Subject: recipes/graphene: Bump to 1.2.6 --- recipes/graphene.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3