python-hatchling: update to 1.11.1

This commit is contained in:
Mehdi Chinoune
2022-10-20 06:12:16 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 340b5c1811
commit 1e16e109e1

View File

@@ -3,7 +3,7 @@
_realname=hatchling
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.11.0
pkgver=1.11.1
pkgrel=1
pkgdesc='A modern project, package, and virtual env manager (backend) (mingw-w64)'
arch=('any')
@@ -24,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('a263a8c50817cd2dfcd4dd6d0d55a5ebcb078eeec9858cc3d056314b3438ec8f')
sha256sums=('9f84361f70cf3a7ab9543b0c3ecc64211ed2ba8a606a71eb6a473c1c9b08e1d0')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"