python37Packages.xarray: 0.12.1 -> 0.12.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-07-02 11:57:33 -07:00 committed by Frederik Rietdijk
parent 24ed4749d7
commit 19ee6c8e0a

View File

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "xarray";
version = "0.12.1";
version = "0.12.2";
src = fetchPypi {
inherit pname version;
sha256 = "ac09a819e791be208ae33fa7ecee19d0fe7b5479906f927d358a61957ce27e10";
sha256 = "0wlpyzxdhcc043g9sjbrflky7xwdyq487v64i532zb2fpjskd59s";
};
checkInputs = [ pytest ];