diff options
author | Edward Hervey <bilboed@bilboed.com> | 2015-08-16 18:05:31 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2015-08-16 18:05:31 +0200 |
commit | ce35114a46278634b82908bc3d19da1bc42fd473 (patch) | |
tree | f76559df158ddcceb573eec297f695cff6f4123b | |
parent | 0efae36910ae7c234743e047f9eb7d1ae444e714 (diff) |
recipes/graphene: Bump to 1.2.6
-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' |