summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bershatsky2023-12-14 05:52:42 +0300
committerDaniel Bershatsky2023-12-14 05:52:42 +0300
commitd2aa5680c7134cd8212ce0515767eaf7b7c69431 (patch)
treee28d6a14f3f45ca523fc7e172ff10f67a31a3e0c /PKGBUILD
parent408ac4c72d14762badd32f8ad7714c0dd32cc4a6 (diff)
downloadaur-d2aa5680c7134cd8212ce0515767eaf7b7c69431.tar.gz
Bump version to 0.4.22
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2966c9989e7..ef36488dc110 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bershatsky <bepshatsky@yandex.ru>
pkgname='python-jax'
-pkgver=0.4.21
+pkgver=0.4.22
pkgrel=1
pkgdesc='Composable transformations of Python+NumPy programs'
arch=('any')
@@ -17,7 +17,7 @@ depends=('python-absl'
optdepends=('python-protobuf: Australis')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("jax-${pkgver}.tar.gz::https://github.com/google/jax/archive/refs/tags/jax-v${pkgver}.tar.gz")
-sha256sums=('c6c2401db69327535849ef17abf72a6f140828e6a03687a78cc513751a380afe')
+sha256sums=('7edc29c16f2cedd7677bb33bfd9e8e211a1daa6bedd6393f77c272b0eb496fe0')
build() {
JAX_RELEASE=$pkgver python -m build -nw jax-jax-v$pkgver