summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bershatsky2024-04-03 01:59:12 +0300
committerDaniel Bershatsky2024-04-03 01:59:12 +0300
commit85132743cac83639bfa66a323a1b63081c002619 (patch)
tree8edd96e30a5b51433102dfb527c1d3e995b3628c /PKGBUILD
parent0c6033208d7d52d472d60a2c7ad917a470239435 (diff)
downloadaur-85132743cac83639bfa66a323a1b63081c002619.tar.gz
Bump version to 4.39.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c127a39cb77e..16f9900b318d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-transformers
_pkgname=${pkgname#python-}
-pkgver=4.39.1
+pkgver=4.39.2
pkgrel=1
pkgdesc="State-of-the-art Natural Language Processing for Jax, PyTorch and TensorFlow"
arch=('any')
@@ -35,7 +35,7 @@ optdepends=(
source=(
"python-transformers-$pkgver.tar.gz"::"https://github.com/huggingface/transformers/archive/refs/tags/v$pkgver.tar.gz"
)
-sha256sums=('e2f2cfffe997a40c4e55e2da4c10f7be547f527bb35455c2adb1c02bac8c7280')
+sha256sums=('3190a67e7b40639aabd6179a586886cc82b3b8928b4a64d981174ae03f7b8a05')
build() {
python -m build -nw "transformers-$pkgver"