From ac5f79fe72addc52464276a31a7ec15d7911ed96 Mon Sep 17 00:00:00 2001 From: ArTourter Date: Thu, 13 Oct 2022 23:46:00 +0100 Subject: [PATCH] gis/python3-xarray: Updated for version 2022.10.0 Signed-off-by: ArTourter Signed-off-by: Willy Sudiarto Raharjo --- gis/python3-xarray/python3-xarray.SlackBuild | 2 +- 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 9b7dc0b4e7..5288f07c33 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.09.0} +VERSION=${VERSION:-2022.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 bfe54b8a26..7e8030092a 100644 --- a/gis/python3-xarray/python3-xarray.info +++ b/gis/python3-xarray/python3-xarray.info @@ -1,8 +1,8 @@ PRGNAM="python3-xarray" -VERSION="2022.09.0" +VERSION="2022.10.0" HOMEPAGE="http://xarray.pydata.org" -DOWNLOAD="https://github.com/pydata/xarray/archive/v2022.09.0/xarray-2022.09.0.tar.gz" -MD5SUM="61fe61d689214fa2619721c7b8a044f3" +DOWNLOAD="https://github.com/pydata/xarray/archive/v2022.10.0/xarray-2022.10.0.tar.gz" +MD5SUM="dab71413ab895c59f8b5bf1945723338" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-pandas"