1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python: netCDF4: 1.4.0 -> 1.4.1

This commit is contained in:
Frederik Rietdijk 2018-08-13 09:27:43 +02:00
parent fafa17e93e
commit 3d9da297b2

View file

@ -3,13 +3,13 @@
}:
buildPythonPackage rec {
pname = "netCDF4";
version = "1.4.0";
version = "1.4.1";
disabled = isPyPy;
src = fetchPypi {
inherit pname version;
sha256 = "a6c0b46f410f101c09d60b8cc460aafec06732f0130c6cb2730717bcc605b388";
sha256 = "d4fc65b98e348c39d082ab6b4b7f6d636b1b4e63bec016e5bca189fee5d46403";
};
checkInputs = [ pytest ];