components/python/setuptools/Makefile
changeset 800 2ad056ed89ec
parent 706 6e61f0012046
child 1058 34d7aaa03423
--- a/components/python/setuptools/Makefile	Wed Apr 25 10:26:28 2012 -0700
+++ b/components/python/setuptools/Makefile	Fri Apr 27 13:23:29 2012 -0700
@@ -31,7 +31,8 @@
 
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)c$(COMPONENT_SUBVERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH=	sha1:8d1ad6384d358c547c50c60f1bfdb3362c6c4a7d
+COMPONENT_ARCHIVE_HASH=	\
+    sha256:630fea9b726320b73ee3ca6ff61732cb32675b0389be658080fe46383b87a1d3
 COMPONENT_ARCHIVE_URL=	http://pypi.python.org/packages/source/s/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
 
 include $(WS_TOP)/make-rules/prep.mk