summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBlair Bonnett2024-03-12 09:52:32 +0100
committerBlair Bonnett2024-03-12 09:52:32 +0100
commit24371f9901599c6f54b824b735f7bf15c0cd3553 (patch)
treef819f62c8ab4af1bbc82522a4759bb85414a43c4 /PKGBUILD
parent762dfc3a0ab9fa86697dfed9bd97877865932ff9 (diff)
downloadaur-python-numpy-quaternion.tar.gz
Update to 2023.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b15244689169..cdb1b3fb8a79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Blair Bonnett <blair dot bonnett at gmail dot com>
pkgname=python-numpy-quaternion
-pkgver=2023.0.2
+pkgver=2023.0.3
pkgrel=1
pkgdesc="Add built-in support for quaternions to NumPy"
url="https://quaternion.readthedocs.io/"
@@ -21,7 +21,7 @@ source=(
"https://files.pythonhosted.org/packages/source/${_pypi::1}/$_pypi/$_pypi-$pkgver.tar.gz"
)
sha256sums=(
- '37f73d7f84c645bd9be95cb4862bd900b7f99bd2f801232006dde00641bf2fd7'
+ '392bf3cb4eee36c0e9271534e93e39e46cdb4f7e2062b08cb38bd0872061ff6c'
)
prepare() {