diff options
author | ArTourter <artourter@gmail.com> | 2024-05-27 00:17:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-27 10:57:46 +0700 |
commit | 13121bd9cab5ba92fe6c057de6e2cdafd061fcad (patch) | |
tree | da263837d6418b10fc37228d5d3591d701c4fdaf | |
parent | a0e14017a112366cdbc8e5a577cb815ee77dc816 (diff) |
gis/python3-xarray: Updated for version 2024.05.0.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 92d7f121e6db..8011b815dbb3 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.03.0} +VERSION=${VERSION:-2024.05.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 5bd43896ba67..e3b137aa8b3a 100644 --- a/gis/python3-xarray/python3-xarray.info +++ b/gis/python3-xarray/python3-xarray.info @@ -1,8 +1,8 @@ PRGNAM="python3-xarray" -VERSION="2024.03.0" +VERSION="2024.05.0" HOMEPAGE="http://xarray.pydata.org" -DOWNLOAD="https://github.com/pydata/xarray/archive/v2024.03.0/xarray-2024.03.0.tar.gz" -MD5SUM="af81c70f069c3adb95acde6ffd7fdac1" +DOWNLOAD="https://github.com/pydata/xarray/archive/v2024.05.0/xarray-2024.05.0.tar.gz" +MD5SUM="c39e5000598286364a560198a13d0ce8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-pandas python3-setuptools-scm-opt" |