summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54a0deef10c5..4960423fffe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=anndata
pkgname=python-$_name
-pkgver=0.7.1
+pkgver=0.7.4
pkgrel=1
pkgdesc='A data structure for rectangular numeric data and sample/variable annotations.'
arch=(any)
@@ -11,7 +11,7 @@ license=(BSD)
depends=(python-pandas python-scipy python-h5py python-natsort)
_wheel="${_name/-/_}-$pkgver-py3-none-any.whl"
source=("https://files.pythonhosted.org/packages/py3/${_name::1}/$_name/$_wheel")
-sha256sums=('7a2711232514b90c70d926e99285a85c0a85dbab57ee864f1b0f41bcdd7260be')
+sha256sums=('b7f5a7163a52da1d9211fed7e546d5800c5964243a1ae581b4ffba28d0bcb7c0')
noextract=("$_wheel")
package() {