summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2025-03-27 22:32:49 -0500
committerCarlos Aznarán2025-03-27 22:32:49 -0500
commita8554af2fd7e7d693cebd7f720f002a27126f77c (patch)
treecd3e7b128cbb314e17520e0805ab71c77fb8850d
parenta95bc33aaef345d6f55b22aef03443deb9227a1d (diff)
downloadaur-a8554af2fd7e7d693cebd7f720f002a27126f77c.tar.gz
Bump version to 0.12.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c34ffc6edbad..57d95b87af0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-equinox
pkgdesc = Elegant easy-to-use neural networks in JAX
- pkgver = 0.11.12
+ pkgver = 0.12.1
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.12.tar.gz::https://github.com/patrick-kidger/equinox/archive/v0.11.12.tar.gz
- sha512sums = a910f875a1ecd26d73b6086b808a58520a4bf130bffe00c9561a10b07ee18012a9f5b159638fd2c66dca0cab0c3033939969a92d6fad9f3cdcc268556630af19
+ source = equinox-0.12.1.tar.gz::https://github.com/patrick-kidger/equinox/archive/v0.12.1.tar.gz
+ sha512sums = 4b2920e94f75c4804143ebb7675cdb5dbda69ce4524c9fbe2fd25c79eed969f9c7774bdaa3b2d445284121d03b9ba45ebbe754dcdf175c88ea68869be45529d0
pkgname = python-equinox
diff --git a/PKGBUILD b/PKGBUILD
index cc42167e31f2..d0d30b70803d 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.12
+pkgver=0.12.1
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=('a910f875a1ecd26d73b6086b808a58520a4bf130bffe00c9561a10b07ee18012a9f5b159638fd2c66dca0cab0c3033939969a92d6fad9f3cdcc268556630af19')
+sha512sums=('4b2920e94f75c4804143ebb7675cdb5dbda69ce4524c9fbe2fd25c79eed969f9c7774bdaa3b2d445284121d03b9ba45ebbe754dcdf175c88ea68869be45529d0')
build() {
cd ${_base}-${pkgver}