summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author ArTourter2022-11-05 02:42:51 +0100
committer Willy Sudiarto Raharjo2022-11-05 15:15:23 +0100
commite0504d8aeb95199f9c36719160f0c536ccf432f8 (patch)
treee4f27ec1a3c706ddd0230a39e7341d6431363b12 /gis
parentba4c4cb7e78efcd62960620eba7b559cc68dd2a1 (diff)
downloadslackbuilds-e0504d8aeb95199f9c36719160f0c536ccf432f8.tar.gz
gis/python3-xarray: Updated for version 2022.11.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>
Diffstat (limited to 'gis')
-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 5288f07c33..f3cbcd5e33 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.10.0}
+VERSION=${VERSION:-2022.11.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 7e8030092a..d870c3e9ff 100644
--- a/gis/python3-xarray/python3-xarray.info
+++ b/gis/python3-xarray/python3-xarray.info
@@ -1,8 +1,8 @@
PRGNAM="python3-xarray"
-VERSION="2022.10.0"
+VERSION="2022.11.0"
HOMEPAGE="http://xarray.pydata.org"
-DOWNLOAD="https://github.com/pydata/xarray/archive/v2022.10.0/xarray-2022.10.0.tar.gz"
-MD5SUM="dab71413ab895c59f8b5bf1945723338"
+DOWNLOAD="https://github.com/pydata/xarray/archive/v2022.11.0/xarray-2022.11.0.tar.gz"
+MD5SUM="1fdcbe765c7d3413fbfea9be45df76b8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-pandas"