summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python-imageio/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-imageio/PKGBUILD b/python-imageio/PKGBUILD
index 5f3c2125a..e4c6f9eff 100644
--- a/python-imageio/PKGBUILD
+++ b/python-imageio/PKGBUILD
@@ -2,14 +2,14 @@
pkgname='python-imageio'
_pkgname="${pkgname#*-}"
-pkgver=2.31.1
+pkgver=2.31.2
pkgrel=1
arch=('any')
url='https://github.com/xraypy/XrayDB'
license=('BSD')
pkgdesc='Python library that provides an easy interface to read and write a wide range of image data'
source=("$pkgname-$pkgver.tar.gz::https://github.com/imageio/imageio/archive/v$pkgver.tar.gz")
-sha512sums=('8fa322816ddc041bb84a0b6ac9282fffdfb3894f3594e36c554cec9ae8d0898a7b005b9d43e7b4065fc6ca71301b63e95e46cb0a73ebedbd9004bca0146b535d')
+sha512sums=('9aff670c10a1cc67c3d71bea6014e5d5bb3da7a63037056f077266005bdc72ec39fcc6afdc5c130753019b00f7306963f133cbf663a3b59490401353e21f74bc')
depends=(
'python>=3.11'
'python<3.12'