diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-03-21 12:00:29 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-03-21 12:00:29 +0100 |
commit | 0ea1e16e0f019c026ee1816239bf9d5c0c44ee78 (patch) | |
tree | 40b19e9a4be9c44de3a40d47860219f4bee0fa00 | |
parent | bce21daaf60fcd92926b1f82c7b6bb9fa82cf7e3 (diff) | |
download | archlinuxewe-0ea1e16e0f019c026ee1816239bf9d5c0c44ee78.tar.xz |
python-imageio 2.33.1-1 -> 2.34.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 c3965a9c0..65357ba7b 100644 --- a/python-imageio/PKGBUILD +++ b/python-imageio/PKGBUILD @@ -2,14 +2,14 @@ pkgname='python-imageio' _pkgname="${pkgname#*-}" -pkgver=2.33.1 +pkgver=2.34.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=('c7fb3ee6df72f4ef93be8a4b21beb15287a644113df2790f0049d6a8dcac6b7762186c4f2b9a07c2b579b3c0d4fbf3037c82889f1911c65fc615b7c8c98c80bb') +sha512sums=('d28b5b849a8d7fc90c4c4a82b2056431e5351ecce709cd48ccb9aaf58a50964a1b77faf4663d3fdeb4757951fb8a03b5bf632e57f78ddd59d5a9acdb62b78f48') depends=( 'python>=3.11' 'python<3.12' |