perlPackages.StatisticsChiSquare: init at 1.0

This commit is contained in:
Souvik Sen 2020-04-07 02:29:45 -04:00 committed by Souvik Sen
parent 05f0934825
commit 0c203ea6f0

View file

@ -16726,6 +16726,19 @@ let
};
};
StatisticsChiSquare = buildPerlPackage rec {
pname = "Statistics-ChiSquare";
version = "1.0000";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DC/DCANTRELL/${pname}-${version}.tar.gz";
sha256 = "255a5a38336d048ddb9077222691e000984e907aae09a4ea695a9cfd49a1ddd0";
};
meta = {
description = "Implements the Chi Squared test, using pre-computed tables";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
StatisticsDescriptive = buildPerlModule {
pname = "Statistics-Descriptive";
version = "3.0702";