[cpan2nix] perlPackages.StatisticsTTest: cleanup
This commit is contained in:
parent
8e5915b474
commit
708652b102
@ -12758,7 +12758,7 @@ let self = _self // overrides; _self = with self; {
|
|||||||
StatisticsTTest = buildPerlPackage rec {
|
StatisticsTTest = buildPerlPackage rec {
|
||||||
name = "Statistics-TTest-1.1.0";
|
name = "Statistics-TTest-1.1.0";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/modules/by-module/Statistics/${name}.tar.gz";
|
url = mirror://cpan/authors/id/Y/YU/YUNFANG/Statistics-TTest-1.1.0.tar.gz;
|
||||||
sha256 = "0rkifgzm4rappiy669dyi6lyxn2sdqaf0bl6gndlfa67b395kndj";
|
sha256 = "0rkifgzm4rappiy669dyi6lyxn2sdqaf0bl6gndlfa67b395kndj";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ StatisticsDescriptive StatisticsDistributions ];
|
propagatedBuildInputs = [ StatisticsDescriptive StatisticsDistributions ];
|
||||||
|
Loading…
Reference in New Issue
Block a user