python: pandas: support Python 2

pandas/2.nix is supposed to be a Python 2 expression, and 0.24.2 is the last
release that supports it.
This commit is contained in:
Orivej Desh 2019-11-23 07:40:30 +00:00
parent d71f948f03
commit 2becf48fb5

View file

@ -32,11 +32,11 @@ let
in buildPythonPackage rec {
pname = "pandas";
version = "0.25.3";
version = "0.24.2";
src = fetchPypi {
inherit pname version;
sha256 = "52da74df8a9c9a103af0a72c9d5fdc8e0183a90884278db7f386b5692a2220a4";
sha256 = "18imlm8xbhcbwy4wa957a1fkamrcb0z988z006jpfda3ki09z4ag";
};
checkInputs = [ pytest glibcLocales moto hypothesis ];