diff options
-rw-r--r-- | gis/python3-xarray/python3-xarray.SlackBuild | 2 | ||||
-rw-r--r-- | gis/python3-xarray/python3-xarray.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gis/python3-xarray/python3-xarray.SlackBuild b/gis/python3-xarray/python3-xarray.SlackBuild index 1df2909241..9019bd5d87 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:-2024.07.0} +VERSION=${VERSION:-2024.10.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 9d58af0253..ac8bebb5d5 100644 --- a/gis/python3-xarray/python3-xarray.info +++ b/gis/python3-xarray/python3-xarray.info @@ -1,8 +1,8 @@ PRGNAM="python3-xarray" -VERSION="2024.07.0" +VERSION="2024.10.0" HOMEPAGE="http://xarray.pydata.org" -DOWNLOAD="https://github.com/pydata/xarray/archive/v2024.07.0/xarray-2024.07.0.tar.gz" -MD5SUM="e6ba8e6ec2c9c5fd9420d8dd0c751364" +DOWNLOAD="https://github.com/pydata/xarray/archive/v2024.10.0/xarray-2024.10.0.tar.gz" +MD5SUM="3bd079ce1de64c5a700558a14b7ab16d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-pandas python3-setuptools-scm-opt" |