diff options
author | Javier Marcet <javier@marcet.info> | 2023-07-01 20:55:30 +0200 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-07-05 02:24:58 +0800 |
commit | c045680a62477c63a5151495cd580fba132d1fe0 (patch) | |
tree | 21aef7ea2a7ff70a503b0b59d7d2d5b7fc5ded52 /lang/python/python-docker | |
parent | 47665d7ac05a8b03f5ce5001aad4db0b88f53272 (diff) |
python-docker: Update to 6.1.3
Signed-off-by: Javier Marcet <javier@marcet.info>
Diffstat (limited to 'lang/python/python-docker')
-rw-r--r-- | lang/python/python-docker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-docker/Makefile b/lang/python/python-docker/Makefile index b270e693a..1ce4defb1 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.1.2 +PKG_VERSION:=6.1.3 PKG_RELEASE:=1 PYPI_NAME:=docker -PKG_HASH:=dcc088adc2ec4e7cfc594e275d8bd2c9738c56c808de97476939ef67db5af8c2 +PKG_HASH:=aa6d17830045ba5ef0168d5eaa34d37beeb113948c413affe1d5991fc11f9a20 PKG_MAINTAINER:=Javier Marcet <javier@marcet.info> PKG_LICENSE:=Apache-2.0 |