diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-01-15 09:20:09 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-01-15 09:20:09 +0100 |
commit | d470fc10f9e064bed6db8b8594b90b10beaf6a6a (patch) | |
tree | e10bd1b826e85f5508b5c96b3497b3c13807b72c /python-imageio | |
parent | f7603acb7ad401e93d4286b0552a6b2413d58aae (diff) | |
download | archlinuxewe-d470fc10f9e064bed6db8b8594b90b10beaf6a6a.tar.xz |
python-imageio 2.31.2-1 -> 2.33.1-1
Diffstat (limited to 'python-imageio')
-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 e4c6f9eff..c3965a9c0 100644 --- a/python-imageio/PKGBUILD +++ b/python-imageio/PKGBUILD @@ -2,14 +2,14 @@ pkgname='python-imageio' _pkgname="${pkgname#*-}" -pkgver=2.31.2 +pkgver=2.33.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=('9aff670c10a1cc67c3d71bea6014e5d5bb3da7a63037056f077266005bdc72ec39fcc6afdc5c130753019b00f7306963f133cbf663a3b59490401353e21f74bc') +sha512sums=('c7fb3ee6df72f4ef93be8a4b21beb15287a644113df2790f0049d6a8dcac6b7762186c4f2b9a07c2b579b3c0d4fbf3037c82889f1911c65fc615b7c8c98c80bb') depends=( 'python>=3.11' 'python<3.12' |