diff --git a/python-pytest/PKGBUILD b/python-pytest/PKGBUILD index ca2fbeaf..43854b8d 100644 --- a/python-pytest/PKGBUILD +++ b/python-pytest/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=python-pytest pkgname=('python-pytest') -pkgver=7.4.2 +pkgver=7.4.3 pkgrel=1 provides=("python3-pytest") replaces=("python3-pytest") @@ -23,7 +23,7 @@ makedepends=('python-build' 'python-setuptools-scm' 'python-wheel') source=("pytest-${pkgver}.tar.gz::https://github.com/pytest-dev/pytest/archive/${pkgver}.tar.gz") -sha256sums=('4cb601004f019ec58ab34a382f37ccc8ce85de6d7ea708a8da478f0f43815755') +sha256sums=('e3d3070c99b8a2570b2dd5e7507b8ecbb608f889027745c82181d33ad4de5280') build() { export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}