From 6017084ea08646f0c7bc1a4cb5805155305e9eb2 Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Sun, 28 Jan 2024 22:11:24 +0100 Subject: [PATCH] python-dotenv: update to v1.0.1 Signed-off-by: Javier Marcet --- lang/python/python-dotenv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-dotenv/Makefile b/lang/python/python-dotenv/Makefile index d24138dc06..b01e2bab49 100644 --- a/lang/python/python-dotenv/Makefile +++ b/lang/python/python-dotenv/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-dotenv -PKG_VERSION:=1.0.0 +PKG_VERSION:=1.0.1 PKG_RELEASE:=1 PYPI_NAME:=python-dotenv -PKG_HASH:=a8df96034aae6d2d50a4ebe8216326c61c3eb64836776504fcca410e5937a3ba +PKG_HASH:=e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=BSD-3-Clause