diff --git a/lang/python/python-dateutil/Makefile b/lang/python/python-dateutil/Makefile index 7a211e5b0c..c90291c873 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.5 -PKG_RELEASE:=3 +PKG_VERSION:=2.8.0 +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:=88f9287c0174266bb0d8cedd395cfba9c58e87e5ad86b2ce58859bc11be3cf02 +PKG_HASH:=c89805f6f4d64db21ed966fda138f8a5ed7a4fdbc1a8ee329ce1b74e3c74da9e PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-dateutil-$(PKG_VERSION) PKG_MAINTAINER:=Alexandru Ardelean