diff options
author | Alexandru Ardelean <alex@shruggie.ro> | 2024-03-07 09:00:51 +0200 |
---|---|---|
committer | Alexandru Ardelean <alex@shruggie.ro> | 2024-03-14 16:04:24 +0200 |
commit | 321a71e25cd28245be57931ff5d1cd6aa2df9dbb (patch) | |
tree | 4cd2064b4c392cd4da9ca4806afde693fa9e88e3 /lang | |
parent | faccd9214a92224f2ff85d3a11a2b3c654c8ae23 (diff) |
python-dateutil: bump to version 2.9.0.post0
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/python-dateutil/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-dateutil/Makefile b/lang/python/python-dateutil/Makefile index 57e8a95aa..8d06c49a0 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 <ardeleanalex@gmail.com> PKG_BUILD_DEPENDS:=python-setuptools-scm/host |