diff options
-rw-r--r-- | python-imageio/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-imageio/PKGBUILD b/python-imageio/PKGBUILD index 74634ad10..15f46f02b 100644 --- a/python-imageio/PKGBUILD +++ b/python-imageio/PKGBUILD @@ -2,14 +2,14 @@ pkgname='python-imageio' _pkgname="${pkgname#*-}" -pkgver=2.34.2 +pkgver=2.35.1 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=('07e5f2fbb46ba653eb3de4f59d4c04d77405e4c7d680a4f853b9b95bc7de48f33866a53f37f56cc8ae0b9e0f505771ab1aa57db9dd975db90077ce8ba0060f9f') +sha512sums=('7aa486c23179a798b3801a4ea7d71d2a4f81f53a02dcd0f83537bb3b3ce617b02882bb970e45bc390c106b8d7c62822a736f898ff21dac4951963f2cbc899fc4') depends=( 'python>=3.12' 'python<3.13' |