components/python/python27/Makefile
changeset 885 2af25a1da825
parent 800 2ad056ed89ec
child 896 50be262e44f7
--- a/components/python/python27/Makefile	Wed Jun 20 13:50:44 2012 -0700
+++ b/components/python/python27/Makefile	Wed Jun 20 14:46:21 2012 -0700
@@ -26,12 +26,12 @@
 PATH=/usr/bin:/usr/gnu/bin:/usr/sbin
 
 COMPONENT_NAME=		Python
-COMPONENT_VERSION=	2.7.1
+COMPONENT_VERSION=	2.7.3
 COMPONENT_PROJECT_URL=	http://python.org/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:80e387bcf57eae8ce26726753584fd63e060ec11682d1145af921e85fd612292
+    sha256:726457e11cb153adc3f428aaf1901fc561a374c30e5e7da6742c0742a338663c
 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)ftp/python/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
 
 include $(WS_TOP)/make-rules/prep.mk