summaryrefslogtreecommitdiff
path: root/python-imageio
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-02-06 22:26:23 +0100
committerErich Eckner <git@eckner.net>2022-02-06 22:26:23 +0100
commitc1d1fffc8ea6803e1a6618c45f3a549f5b8cb5f3 (patch)
tree46391e72d7bb39cc06461d9a5cfb8a0a022bb144 /python-imageio
parent2243bd9a6f000687218d735e36c179e45b61bcce (diff)
downloadarchlinuxewe-c1d1fffc8ea6803e1a6618c45f3a549f5b8cb5f3.tar.xz
python-imageio 2.13.3-1 -> 2.14.1-1
Diffstat (limited to 'python-imageio')
-rw-r--r--python-imageio/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-imageio/PKGBUILD b/python-imageio/PKGBUILD
index c2b5a6d2e..17d84094b 100644
--- a/python-imageio/PKGBUILD
+++ b/python-imageio/PKGBUILD
@@ -2,14 +2,14 @@
pkgname='python-imageio'
_pkgname="${pkgname#*-}"
-pkgver=2.13.3
+pkgver=2.14.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=('709aabb0b89cf1bac65f8671f57523833bf0c5dc1f4e4a379f0c77203ae25b651a5ba9135f45b5dea2affbab6d6e79bb66a75ea05a0c83d5d08027a5bd6aeaef')
+sha512sums=('1e4769f0817f959208c4a2efa0f9b074e305385424c0297936a52bd9835e584f030166dee3de99d078a097b664f6db84f475045ec3e3b6e5b0fea146637b215c')
depends=(
'python>=3.10'
'python<3.11'