From e9a1dadd32f4ffae9cc24eb7f6ef07b918462800 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 28 Oct 2018 10:29:06 -0700 Subject: [PATCH] python-dateutil: Update to 2.7.5 Signed-off-by: Rosen Penev --- lang/python/python-dateutil/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-dateutil/Makefile b/lang/python/python-dateutil/Makefile index dc3f4d107..3a4aff00c 100644 --- a/lang/python/python-dateutil/Makefile +++ b/lang/python/python-dateutil/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-dateutil -PKG_VERSION:=2.7.3 +PKG_VERSION:=2.7.5 PKG_RELEASE:=1 PKG_LICENSE:=BSD-2-Clause PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/python-dateutil -PKG_HASH:=e27001de32f627c22380a688bcc43ce83504a7bc5da472209b4c70f02829f0b8 +PKG_HASH:=88f9287c0174266bb0d8cedd395cfba9c58e87e5ad86b2ce58859bc11be3cf02 include $(INCLUDE_DIR)/package.mk include ../python-package.mk