summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bershatsky2024-08-13 03:24:48 +0300
committerDaniel Bershatsky2024-08-13 03:24:48 +0300
commit5d854141b4cde3ec31a86ecd59b89989bd61f9aa (patch)
tree1f76d1495ffc5049a28927a2f59da52590017497 /PKGBUILD
parent572f12588fb7004d87d2da5a227b2fe9da556507 (diff)
downloadaur-5d854141b4cde3ec31a86ecd59b89989bd61f9aa.tar.gz
upgpkg: 0.4.31-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a50190765d3..bcc74cc59ae5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bershatsky <bepshatsky@yandex.ru>
pkgname='python-jax'
-pkgver=0.4.30
+pkgver=0.4.31
pkgrel=1
pkgdesc='Composable transformations of Python+NumPy programs'
arch=('any')
@@ -20,7 +20,7 @@ optdepends=(
)
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=('55bec6a738d115c0cfd56be3a80a2c3e98cd8618ec4c9b63afa1880ee9f06180')
+sha256sums=('0d32a073f217a7412c57d531a526bf4fa5744c7f4f70694ecf00ca8114ee1dc9')
build() {
JAX_RELEASE=$pkgver python -m build -nw jax-jax-v$pkgver