From cf369e8cafacd86d485598585ba7eb08c2709bdc Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Fri, 16 Dec 2022 15:35:29 +0100 Subject: [PATCH] python-docker: Update to 6.0.1 Signed-off-by: Javier Marcet (cherry picked from commit 360383a997baa8e076d9b50d3f7509e8b4fea6ac) --- lang/python/python-docker/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-docker/Makefile b/lang/python/python-docker/Makefile index 6ffc9a4bf2..cb23ea0104 100644 --- a/lang/python/python-docker/Makefile +++ b/lang/python/python-docker/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-docker -PKG_VERSION:=6.0.0 +PKG_VERSION:=6.0.1 PKG_RELEASE:=1 PYPI_NAME:=docker -PKG_HASH:=19e330470af40167d293b0352578c1fa22d74b34d3edf5d4ff90ebc203bbb2f1 +PKG_HASH:=896c4282e5c7af5c45e8b683b0b0c33932974fe6e50fc6906a0a83616ab3da97 PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=Apache-2.0 -- 2.30.2