From d57cd5a445d03005b81b6bc8c5bc9faa075dda23 Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Sun, 1 Nov 2020 15:43:08 +0100 Subject: [PATCH] python-dotenv: update to v0.15.0 Signed-off-by: Javier Marcet --- lang/python/python-dotenv/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-dotenv/Makefile b/lang/python/python-dotenv/Makefile index f3e6e143a..a17ab80f5 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:=0.13.0 -PKG_RELEASE:=3 +PKG_VERSION:=0.15.0 +PKG_RELEASE:=1 PYPI_NAME:=python-dotenv -PKG_HASH:=3b9909bc96b0edc6b01586e1eed05e71174ef4e04c71da5786370cebea53ad74 +PKG_HASH:=587825ed60b1711daea4832cf37524dfd404325b7db5e25ebe88c495c9f807a0 PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=BSD-3-Clause