diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-08-28 13:52:09 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-08-28 13:52:09 +0200 |
commit | 2bf2c68f9f56c5f35de8f37b1d50d661f2f5544e (patch) | |
tree | cc1d7329e1648bdbcef772338228c0a2e3d3b9d4 /python-imageio/PKGBUILD | |
parent | 4ff055a59eafb92e0a94a4d3981711b354c0a83e (diff) | |
download | archlinuxewe-2bf2c68f9f56c5f35de8f37b1d50d661f2f5544e.tar.xz |
python-imageio 2.31.1-1 -> 2.31.2-1
Diffstat (limited to 'python-imageio/PKGBUILD')
-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 5f3c2125a..e4c6f9eff 100644 --- a/python-imageio/PKGBUILD +++ b/python-imageio/PKGBUILD @@ -2,14 +2,14 @@ pkgname='python-imageio' _pkgname="${pkgname#*-}" -pkgver=2.31.1 +pkgver=2.31.2 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=('8fa322816ddc041bb84a0b6ac9282fffdfb3894f3594e36c554cec9ae8d0898a7b005b9d43e7b4065fc6ca71301b63e95e46cb0a73ebedbd9004bca0146b535d') +sha512sums=('9aff670c10a1cc67c3d71bea6014e5d5bb3da7a63037056f077266005bdc72ec39fcc6afdc5c130753019b00f7306963f133cbf663a3b59490401353e21f74bc') depends=( 'python>=3.11' 'python<3.12' |