3
0
Fork 0
forked from mirrors/nixpkgs

python: pandas: 0.23.3 -> 0.23.4

This commit is contained in:
Frederik Rietdijk 2018-08-13 09:28:26 +02:00
parent b91d277799
commit 6e0424a77c

View file

@ -28,11 +28,11 @@ let
in buildPythonPackage rec {
pname = "pandas";
version = "0.23.3";
version = "0.23.4";
src = fetchPypi {
inherit pname version;
sha256 = "9cd3614b4e31a0889388ff1bd19ae857ad52658b33f776065793c293a29cf612";
sha256 = "5b24ca47acf69222e82530e89111dd9d14f9b970ab2cd3a1c2c78f0c4fbba4f4";
};
checkInputs = [ pytest glibcLocales moto ];