gis/python3-xarray: Updated for version 2022.10.0

Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
ArTourter 2022-10-13 23:46:00 +01:00 committed by Willy Sudiarto Raharjo
parent 3390b7b283
commit ac5f79fe72
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-xarray
VERSION=${VERSION:-2022.09.0}
VERSION=${VERSION:-2022.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-xarray"
VERSION="2022.09.0"
VERSION="2022.10.0"
HOMEPAGE="http://xarray.pydata.org"
DOWNLOAD="https://github.com/pydata/xarray/archive/v2022.09.0/xarray-2022.09.0.tar.gz"
MD5SUM="61fe61d689214fa2619721c7b8a044f3"
DOWNLOAD="https://github.com/pydata/xarray/archive/v2022.10.0/xarray-2022.10.0.tar.gz"
MD5SUM="dab71413ab895c59f8b5bf1945723338"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-pandas"