gis/python3-xarray: Updated for version 2022.12.0.

Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
ArTourter 2022-12-09 21:56:16 +00:00 committed by Willy Sudiarto Raharjo
parent f15347f704
commit 021b869e19
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.11.0}
VERSION=${VERSION:-2022.12.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-xarray"
VERSION="2022.11.0"
VERSION="2022.12.0"
HOMEPAGE="http://xarray.pydata.org"
DOWNLOAD="https://github.com/pydata/xarray/archive/v2022.11.0/xarray-2022.11.0.tar.gz"
MD5SUM="1fdcbe765c7d3413fbfea9be45df76b8"
DOWNLOAD="https://github.com/pydata/xarray/archive/v2022.12.0/xarray-2022.12.0.tar.gz"
MD5SUM="ab531cdcd49a6460bbb5915556d96a57"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-pandas"