summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-12-09 17:16:35 -0500
committerCarlos Aznarán2024-12-09 17:16:35 -0500
commit2ace05ba3a74fb19b45c8c5e184ea8ca242d4877 (patch)
treef02a0b2f43f4c20e122a60357f0596bcc743bc84 /PKGBUILD
parentf5ebce432bf7d3f0f32e59fe4bee09bf351457f8 (diff)
downloadaur-2ace05ba3a74fb19b45c8c5e184ea8ca242d4877.tar.gz
Bump version to 0.11.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a059dba673b0..c3c16b1f2389 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=equinox
pkgname=python-${_base}
pkgdesc="Elegant easy-to-use neural networks in JAX"
-pkgver=0.11.9
+pkgver=0.11.10
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=('14002f9f4806034bb7c2e0c466625c032b95a4738195a4a6f7a61b0830c2f1260dce4a716e634b52eb89353926d26f16ec2f0c31f758a0404ce25db333ef98df')
+sha512sums=('f1e4cade5cc16a84e78c2b7daea3444955cf77444a57f59db546c8eb27f76470b7fb8dd1be04dc09fe7c03eefc5a257ab6b5e8c7ea722fb4011f3993440c081b')
build() {
cd ${_base}-${pkgver}