diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-10-22 08:02:45 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-10-22 08:02:45 +0200 |
commit | 9c71d607133556260189cb39b6fb98035869c52c (patch) | |
tree | 756a6dbf5721d5ed7227f18a8a5afe494be6d038 | |
parent | 0683f1919ccc9f6230dc14644247c3db55855d39 (diff) | |
download | archlinuxewe-9c71d607133556260189cb39b6fb98035869c52c.tar.xz |
python-imageio 2.35.1-1 -> 2.36.0-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 15f46f02b..e7383f028 100644 --- a/python-imageio/PKGBUILD +++ b/python-imageio/PKGBUILD @@ -2,14 +2,14 @@ pkgname='python-imageio' _pkgname="${pkgname#*-}" -pkgver=2.35.1 +pkgver=2.36.0 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=('7aa486c23179a798b3801a4ea7d71d2a4f81f53a02dcd0f83537bb3b3ce617b02882bb970e45bc390c106b8d7c62822a736f898ff21dac4951963f2cbc899fc4') +sha512sums=('8d59633d31211e0510e8790e0d052b0c0d8912cc49a187c7d846ab62c2210b8f1851b63c83a0daf6123fc905b351ea0b51883746f6dcb83939975f51b913f63c') depends=( 'python>=3.12' 'python<3.13' |