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 0d3adb2a05..a914eb0acd 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:-2023.11.0} +VERSION=${VERSION:-2023.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 9fab1c57c2..6457a1eeb5 100644 --- a/gis/python3-xarray/python3-xarray.info +++ b/gis/python3-xarray/python3-xarray.info @@ -1,8 +1,8 @@ PRGNAM="python3-xarray" -VERSION="2023.11.0" +VERSION="2023.12.0" HOMEPAGE="http://xarray.pydata.org" -DOWNLOAD="https://github.com/pydata/xarray/archive/v2023.11.0/xarray-2023.11.0.tar.gz" -MD5SUM="e3d520785d5f951f0bae8b13dedb33dd" +DOWNLOAD="https://github.com/pydata/xarray/archive/v2023.12.0/xarray-2023.12.0.tar.gz" +MD5SUM="3b15d4b5f722d14ad07512c171ed0690" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-pandas python3-setuptools-scm-opt" |