diff options
author | Carlos Aznarán | 2025-02-25 16:08:43 -0500 |
---|---|---|
committer | Carlos Aznarán | 2025-02-25 16:08:43 -0500 |
commit | a95bc33aaef345d6f55b22aef03443deb9227a1d (patch) | |
tree | 08c8ab553e3d7074d5b274845f78d8cd4b0a91fb | |
parent | 3e28aac60b253822180c9bb8e99824d47029c8e7 (diff) | |
download | aur-a95bc33aaef345d6f55b22aef03443deb9227a1d.tar.gz |
Bump version to 0.11.12
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-equinox pkgdesc = Elegant easy-to-use neural networks in JAX - pkgver = 0.11.11 + pkgver = 0.11.12 pkgrel = 1 url = https://github.com/patrick-kidger/equinox arch = any @@ -15,7 +15,7 @@ pkgbase = python-equinox depends = python-jax depends = python-jaxtyping depends = python-typing_extensions - source = equinox-0.11.11.tar.gz::https://github.com/patrick-kidger/equinox/archive/v0.11.11.tar.gz - sha512sums = df3e21283420b3a222b4434620dc31b3639fd9c146073ea0fe2ead9d66e2e19f9a0a385eea327fad480c953166b8b36c9209fe185938d34a25265f2206da0266 + source = equinox-0.11.12.tar.gz::https://github.com/patrick-kidger/equinox/archive/v0.11.12.tar.gz + sha512sums = a910f875a1ecd26d73b6086b808a58520a4bf130bffe00c9561a10b07ee18012a9f5b159638fd2c66dca0cab0c3033939969a92d6fad9f3cdcc268556630af19 pkgname = python-equinox @@ -2,7 +2,7 @@ _base=equinox pkgname=python-${_base} pkgdesc="Elegant easy-to-use neural networks in JAX" -pkgver=0.11.11 +pkgver=0.11.12 pkgrel=1 arch=(any) url="https://github.com/patrick-kidger/${_base}" @@ -11,7 +11,7 @@ depends=(python-jax python-jaxtyping python-typing_extensions) makedepends=(python-build python-installer python-hatchling python-wheel) checkdepends=(python-pytest python-beartype python-optax) source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz) -sha512sums=('df3e21283420b3a222b4434620dc31b3639fd9c146073ea0fe2ead9d66e2e19f9a0a385eea327fad480c953166b8b36c9209fe185938d34a25265f2206da0266') +sha512sums=('a910f875a1ecd26d73b6086b808a58520a4bf130bffe00c9561a10b07ee18012a9f5b159638fd2c66dca0cab0c3033939969a92d6fad9f3cdcc268556630af19') build() { cd ${_base}-${pkgver} |