Skip to content

Commit 1ff6435

Browse files
committed
python-fastapi: update to 0.124.2
1 parent c67a9c0 commit 1ff6435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-python-fastapi/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=fastapi
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=0.124.0
6+
pkgver=0.124.2
77
pkgrel=1
88
pkgdesc='FastAPI framework, high performance, easy to learn, fast to code, ready for production (mingw-w64)'
99
arch=('any')
@@ -32,7 +32,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-email-validator: for email validatio
3232
"${MINGW_PACKAGE_PREFIX}-uvicorn: for Uvicorn as ASGI server")
3333
options=('!strip')
3434
source=("${url}/archive/${pkgver}/${_realname}-$pkgver.tar.gz")
35-
sha256sums=('31df1307ed7c55392aec1ea91d295b9113aa823d3d9b914665f09665516cb2a2')
35+
sha256sums=('b2030a7e2622b5cf26f4ddd215a5fc18030b646fd98797e7607e82335c2e538b')
3636

3737
prepare() {
3838
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}"

0 commit comments

Comments
 (0)