From cde758a2c81ebb0ee9529c73dd53a427bb3d641d Mon Sep 17 00:00:00 2001
From: Jan Pavlinec <jan.pavlinec@nic.cz>
Date: Fri, 9 Oct 2020 12:40:15 +0200
Subject: [PATCH] python-pytest: update to version 6.1.1

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
---
 lang/python/python-pytest/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/python/python-pytest/Makefile b/lang/python/python-pytest/Makefile
index 1394ed922..be74637af 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.0
+PKG_VERSION:=6.1.1
 PKG_RELEASE:=1
 
 PYPI_NAME:=pytest
-PKG_HASH:=d010e24666435b39a4cf48740b039885642b6c273a3f77be3e7e03554d2806b7
+PKG_HASH:=8f593023c1a0f916110285b6efd7f99db07d59546e3d8c36fc60e2ab05d3be92
 
 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz>
 PKG_LICENSE:=MIT