python37Packages.netcdf4: 1.4.2 -> 1.5.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-netcdf4/versions

(cherry picked from commit 171bf623cec671d3ad2c44b2234b384ed8f7e152)
This commit is contained in:
R. RyanTM 2019-04-02 08:41:30 -07:00 committed by Matthias Beyer
parent d827b4253e
commit be0bcf1a28

View File

@ -3,13 +3,13 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "netCDF4"; pname = "netCDF4";
version = "1.4.2"; version = "1.5.0";
disabled = isPyPy; disabled = isPyPy;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0c0sklgrmv15ygliin8qq0hp7vanmbi74m6zpi0r1ksr0hssyd5r"; sha256 = "1nf0cjja94zsfbp8dw83b36c4cmz9v4b0h51yh8g3q2z9w8d2n62";
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];