summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bershatsky2024-04-09 18:34:50 +0300
committerDaniel Bershatsky2024-04-09 18:34:50 +0300
commit315e43a0d953de452e45f977fdfd8e91c1b1cdfa (patch)
treeb03dbb1582143cf502b6f15fabaea62f7344290b /PKGBUILD
parentaf7029bc0cdc493bf8460d62d503d9cc51002479 (diff)
downloadaur-315e43a0d953de452e45f977fdfd8e91c1b1cdfa.tar.gz
Bump version to 0.29.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4752b0e4b8d6..a175ef645f56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-accelerate
_pkgname=${pkgname#python-}
-pkgver=0.29.1
+pkgver=0.29.2
pkgrel=1
pkgdesc='A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision'
arch=('any')
@@ -22,7 +22,7 @@ depends=(
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
optdepends=()
source=("$_pkgname-$pkgver.tar.gz::https://github.com/huggingface/$_pkgname/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('9f663f87aa7c1963e6e194958ba9477c20b7f471a26d57bd8727d8c74aa77911')
+sha256sums=('2522dc7932de45e5aefcd5f9a04fa2075096b1e967b2ab28107af6e72c1d7a94')
build() {
cd $_pkgname-$pkgver