perl-Test2-Suite: 0.000048 -> 0.000052

This commit is contained in:
Robert Helgesson 2016-07-21 10:27:47 +02:00
parent 8b1e9ec83d
commit dd91ff7be7

View File

@ -12108,12 +12108,12 @@ let self = _self // overrides; _self = with self; {
};
Test2Suite = buildPerlPackage rec {
name = "Test2-Suite-0.000048";
name = "Test2-Suite-0.000052";
src = fetchurl {
url = "mirror://cpan/authors/id/E/EX/EXODIST/${name}.tar.gz";
sha256 = "75f1773976561be47508c4bdde41ac453fcaaffba588c6a2c520e45bca88dbed";
sha256 = "0f571c8d8939eb90d06dd1da0681ca6af3bd1012a6c03e7bfb924dab675a6fa4";
};
propagatedBuildInputs = [ TestSimple13 ];
propagatedBuildInputs = [ Importer TestSimple13 ];
meta = {
description = "Distribution with a rich set of tools built upon the Test2 framework";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];