From 321a71e25cd28245be57931ff5d1cd6aa2df9dbb Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Thu, 7 Mar 2024 09:00:51 +0200 Subject: [PATCH] python-dateutil: bump to version 2.9.0.post0 Signed-off-by: Alexandru Ardelean --- lang/python/python-dateutil/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-dateutil/Makefile b/lang/python/python-dateutil/Makefile index 57e8a95aa8..8d06c49a02 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.2 -PKG_RELEASE:=2 +PKG_VERSION:=2.9.0.post0 +PKG_RELEASE:=1 PKG_LICENSE:=BSD-2-Clause PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86 +PKG_HASH:=37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 PKG_MAINTAINER:=Alexandru Ardelean PKG_BUILD_DEPENDS:=python-setuptools-scm/host