summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBlair Bonnett2021-12-20 21:33:44 +0100
committerBlair Bonnett2021-12-20 21:33:44 +0100
commit5c026d59e0bfbf1d4cae9cbef46aef9545950159 (patch)
tree58941643bae0878b62185d25ff948f2d530c5240 /PKGBUILD
parenta6c13f454c1a7e5e384c86b16700733683c5205f (diff)
downloadaur-5c026d59e0bfbf1d4cae9cbef46aef9545950159.tar.gz
Update to 0.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ad43441aab3..aec4877d157c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: richli <rich at dranek dot com>
pkgname=python-h5netcdf
-pkgver=0.11.0
+pkgver=0.12.0
pkgrel=1
pkgdesc="Pythonic interface to netCDF4 via h5py"
arch=('any')
@@ -15,7 +15,7 @@ source=(
"https://files.pythonhosted.org/packages/source/h/h5netcdf/h5netcdf-$pkgver.tar.gz"
)
sha256sums=(
- 'a3175a02d9cea4a66f22e94a30d1d4eea9a915d8a3a9024d5f968ec42b6ebc2f'
+ '6d3623f9ea46747249333792f13b515d05ff652dcec1ee436fa969bee03a8dd5'
)
build() {