summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYour Name2023-10-06 21:36:11 +0800
committerYour Name2023-10-06 21:36:11 +0800
commitf85a718aef30c44b2bf2c29f8c87db7994222faf (patch)
treec8816bd9c829301ebd102a305fe6167abfc71605 /PKGBUILD
parent0bb60051c992f194b819614b829a4d69c988225c (diff)
downloadaur-f85a718aef30c44b2bf2c29f8c87db7994222faf.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2f9f208a0ca..83f5fccb6d06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=python-gradio
_module='gradio'
-pkgver=3.45.1
+pkgver=3.47.1
pkgrel=1
pkgdesc='Create UIs for your machine learning model in Python in 3 minutes '
arch=(x86_64)
url='https://github.com/gradio-app/gradio'
license=('custom')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/${_module/-/_}-$pkgver.tar.gz")
-sha512sums=('f9f4de10b62c8b2a17c11b846a0c0305da3cec187e67536ee4988c3f3344dda5bf5652a794afbf69fbca0fed6341e4d5f4b0fab1d7b0ba835d9e1e19d3d34ed0')
+sha512sums=('6e06feee89e5b55ca7ec39358d53006e34f25d0a7eed6fbb0c2ed75ddb01fe9a973f72dfe451eeb44e1bb6de782d42cc9e30124ba113d47456c8b448f02052c4')
depends=(
'python-aiofiles'
'python-aiohttp'