diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-01-06 22:57:15 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:53 +0700 |
commit | 2d2e94b24a83f53fd1b4147f658cf74c43840635 (patch) | |
tree | 7cbe1d4a601a18a7f982a7f68ca399e0ca1732ff /python | |
parent | 8085fddc576d04219996f20679e63e84fbac10f3 (diff) |
python/xarray: Fix md5sum.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'python')
-rw-r--r-- | python/xarray/xarray.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/xarray/xarray.info b/python/xarray/xarray.info index 514a33098616..da59fc6985e3 100644 --- a/python/xarray/xarray.info +++ b/python/xarray/xarray.info @@ -2,7 +2,7 @@ PRGNAM="xarray" VERSION="0.14.1" HOMEPAGE="http://xarray.pydata.org" DOWNLOAD="https://github.com/pydata/xarray/archive/v0.14.1/xarray-0.14.1.tar.gz" -MD5SUM="0e7c74ae526d08f41f4eb90bb341d7ad" +MD5SUM="8f811678ff8cd4710fedfc61bbd0875e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-pandas" |