[cpan2nix] perlPackages.FatalException: 0.0204 -> 0.05
This commit is contained in:
parent
9a3cfaab5b
commit
ce4391c23f
@ -5417,14 +5417,14 @@ let self = _self // overrides; _self = with self; {
|
|||||||
buildInputs = [ TestBase TestDifferences ];
|
buildInputs = [ TestBase TestDifferences ];
|
||||||
};
|
};
|
||||||
|
|
||||||
FatalException = buildPerlPackage {
|
FatalException = buildPerlModule {
|
||||||
name = "Fatal-Exception-0.0204";
|
name = "Fatal-Exception-0.05";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DE/DEXTER/Fatal-Exception-0.0204.tar.gz;
|
url = mirror://cpan/authors/id/D/DE/DEXTER/Fatal-Exception-0.05.tar.gz;
|
||||||
sha256 = "10a9j0fa83s3apv0xgi01l2h6s43my031097hg72wa80n07rgs2c";
|
sha256 = "0kzfwc44vpxla3j637kfmnwmv57g6x4899ijqb4ljamk7whms298";
|
||||||
};
|
};
|
||||||
buildInputs = [ ExceptionWarning TestAssert TestUnitLite ];
|
buildInputs = [ ExceptionWarning TestAssert TestUnitLite ];
|
||||||
propagatedBuildInputs = [ ExceptionBase ExceptionDied ];
|
propagatedBuildInputs = [ ExceptionDied ];
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user