summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author ArTourter <artourter@gmail.com>2022-12-09 21:56:16 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-10 07:43:08 +0700
commit021b869e195e00682b2659676e9be4d2e420ef22 (patch)
tree376d230d41886401c73f92613457c6dfbb5ca933
parentf15347f70464ef2ef10e9150dcbbdc646e3869a0 (diff)
downloadslackbuilds-021b869e195e00682b2659676e9be4d2e420ef22.tar.gz
slackbuilds-021b869e195e00682b2659676e9be4d2e420ef22.tar.xz
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>
-rw-r--r--gis/python3-xarray/python3-xarray.SlackBuild2
-rw-r--r--gis/python3-xarray/python3-xarray.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/gis/python3-xarray/python3-xarray.SlackBuild b/gis/python3-xarray/python3-xarray.SlackBuild
index f3cbcd5e33..4f65a78502 100644
--- a/gis/python3-xarray/python3-xarray.SlackBuild
+++ b/gis/python3-xarray/python3-xarray.SlackBuild
@@ -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}
diff --git a/gis/python3-xarray/python3-xarray.info b/gis/python3-xarray/python3-xarray.info
index d870c3e9ff..c676c18807 100644
--- a/gis/python3-xarray/python3-xarray.info
+++ b/gis/python3-xarray/python3-xarray.info
@@ -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"