python37Packages.xarray: 0.11.3 -> 0.12.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-xarray/versions

(cherry picked from commit 82e56d9332c1567535a231058a1379704101105b)
This commit is contained in:
R. RyanTM 2019-04-02 14:43:26 -07:00 committed by Matthias Beyer
parent d4d56f161b
commit 47ca76def4

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "xarray";
version = "0.11.3";
version = "0.12.0";
src = fetchPypi {
inherit pname version;
sha256 = "1pc4p7yxvmhn3x121wgslwclaqnjlx51wxs6ihb4cxynh2vcwgfc";
sha256 = "1wspvvp8hh9ar7pl6w1qhmakajsjsg4cm11pmi4a422jqmid0vw5";
};
checkInputs = [ pytest ];