summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2015-08-16 18:05:31 +0200
committerEdward Hervey <bilboed@bilboed.com>2015-08-16 18:05:31 +0200
commitce35114a46278634b82908bc3d19da1bc42fd473 (patch)
treef76559df158ddcceb573eec297f695cff6f4123b
parent0efae36910ae7c234743e047f9eb7d1ae444e714 (diff)
recipes/graphene: Bump to 1.2.6
-rw-r--r--recipes/graphene.recipe2
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'