diff options
Diffstat (limited to 'package/python-coherence/python-coherence.mk')
-rw-r--r-- | package/python-coherence/python-coherence.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/python-coherence/python-coherence.mk b/package/python-coherence/python-coherence.mk index f9df37c322..24da7f70a7 100644 --- a/package/python-coherence/python-coherence.mk +++ b/package/python-coherence/python-coherence.mk @@ -4,11 +4,10 @@ # ################################################################################ -PYTHON_COHERENCE_VERSION = 0.6.6.2 -PYTHON_COHERENCE_SITE = $(call github,coherence-project,Coherence,Coherence-$(PYTHON_COHERENCE_VERSION)) +PYTHON_COHERENCE_VERSION = b7856985fd496689ca1f9024925ae737297c00d1 +PYTHON_COHERENCE_SITE = $(call github,coherence-project,Coherence,$(PYTHON_COHERENCE_VERSION)) PYTHON_COHERENCE_SETUP_TYPE = setuptools PYTHON_COHERENCE_LICENSE = MIT PYTHON_COHERENCE_LICENSE_FILES = LICENCE -PYTHON_COHERENCE_DEPENDENCIES = python-twisted python-zope-interface python-pyasn $(eval $(python-package)) |