gis/python3-netcdf4-python: Updated for version 1.6.2.

Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
ArTourter 2022-11-24 00:32:27 +00:00 committed by Willy Sudiarto Raharjo
parent c01370c519
commit 35128508c9
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -25,13 +25,13 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-netcdf4-python
VERSION=${VERSION:-1.6.0}
VERSION=${VERSION:-1.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
SRCNAM=netcdf4-python
SRCVER=${VERSION}rel
SRCVER=${VERSION}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in

View file

@ -1,8 +1,8 @@
PRGNAM="python3-netcdf4-python"
VERSION="1.6.0"
VERSION="1.6.2"
HOMEPAGE="http://unidata.github.io/netcdf4-python/"
DOWNLOAD="https://github.com/Unidata/netcdf4-python/archive/v1.6.0rel/netcdf4-python-1.6.0rel.tar.gz"
MD5SUM="35f3ecc484136f14615c7cf6f45d7f8e"
DOWNLOAD="https://github.com/Unidata/netcdf4-python/archive/v1.6.2/netcdf4-python-1.6.2.tar.gz"
MD5SUM="8a1dd0489bc56a982014b0dc86d1f3c2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="netcdf python3-cftime"