diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2020-11-03 11:06:19 +0100 |
---|---|---|
committer | Jan Pavlinec <jan.pavlinec@nic.cz> | 2020-11-10 12:39:49 +0100 |
commit | b616609af28d27948dbac229b077111105b01462 (patch) | |
tree | 1b1730e171a9c08da1f9a0fdf6ba2c874afd39d9 | |
parent | 6e3c3c4b7c487b7f62821ad5bb7c74af014a9108 (diff) |
python-pytest: update to version 6.1.2
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
-rw-r--r-- | lang/python/python-pytest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-pytest/Makefile b/lang/python/python-pytest/Makefile index be74637af..a0c07ceb1 100644 --- a/lang/python/python-pytest/Makefile +++ b/lang/python/python-pytest/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pytest -PKG_VERSION:=6.1.1 +PKG_VERSION:=6.1.2 PKG_RELEASE:=1 PYPI_NAME:=pytest -PKG_HASH:=8f593023c1a0f916110285b6efd7f99db07d59546e3d8c36fc60e2ab05d3be92 +PKG_HASH:=c0a7e94a8cdbc5422a51ccdad8e6f1024795939cc89159a0ae7f0b316ad3823e PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz> PKG_LICENSE:=MIT |