From 7d1772bce225a0a4bce8e03ba40d7c9ce95bf133 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 18 Nov 2019 16:34:07 +0200 Subject: [PATCH] python-dateutil: bump to version 2.8.1 Signed-off-by: Alexandru Ardelean --- 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 ac6cc4efc..8b5601eaf 100644 --- a/lang/python/python-dateutil/Makefile +++ b/lang/python/python-dateutil/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-dateutil -PKG_VERSION:=2.8.0 +PKG_VERSION:=2.8.1 PKG_RELEASE:=1 PKG_LICENSE:=BSD-2-Clause PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=c89805f6f4d64db21ed966fda138f8a5ed7a4fdbc1a8ee329ce1b74e3c74da9e +PKG_HASH:=73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c PKG_MAINTAINER:=Alexandru Ardelean include ../pypi.mk