diff options
author | ArTourter <artourter@gmail.com> | 2023-12-13 22:09:45 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-14 22:09:12 +0700 |
commit | 8a021e4ff1908a1c1868db9b89e144b1aae2cb52 (patch) | |
tree | 5ee66651d7ce59eac300c0cfc692e8331fa301e4 /gis | |
parent | b576485841dc8a72b049298a2c48f88c42b7aac2 (diff) |
gis/python3-xarray: Updated for version 2023.12.0.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-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 0d3adb2a054a..a914eb0acdfb 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 9fab1c57c288..6457a1eeb5af 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" |