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

python: pandas: 1.0.0 -> 1.0.1

This commit is contained in:
Frederik Rietdijk 2020-02-08 14:14:41 +01:00 committed by Frederik Rietdijk
parent 65dcb3f08f
commit a328142bde

View file

@ -30,11 +30,11 @@ let
in buildPythonPackage rec {
pname = "pandas";
version = "1.0.0";
version = "1.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "3ea6cc86931f57f18b1240572216f09922d91b19ab8a01cf24734394a3db3bec";
sha256 = "3c07765308f091d81b6735d4f2242bb43c332cc3461cae60543df6b10967fe27";
};
checkInputs = [ pytest glibcLocales moto hypothesis ];