diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-09-19 11:40:18 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-09-19 11:40:18 +0200 |
commit | 460579582915f81e3349486f6c01d7aafd550e6c (patch) | |
tree | a443ab4841f6a0de4365fb0248c30490d88cc206 | |
parent | 1ab0275a4618bbc7aef0e78cffaf20348c021dc4 (diff) | |
download | archlinuxewe-460579582915f81e3349486f6c01d7aafd550e6c.tar.xz |
python-imageio 2.34.2-1 -> 2.35.1-1
-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' |