python37Packages.xarray: 0.11.0 -> 0.11.2

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-01-06 18:12:45 -08:00 committed by worldofpeace
parent b7053e7500
commit 4bfdc717c7

View File

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