python37Packages.xarray: 0.11.2 -> 0.11.3

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
This commit is contained in:
R. RyanTM 2019-02-03 22:46:01 -08:00 committed by Frederik Rietdijk
parent 8b4eb600c2
commit 7951d61ac2

View file

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