forked from mirrors/nixpkgs
[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 ];
|
||||
};
|
||||
|
||||
FatalException = buildPerlPackage {
|
||||
name = "Fatal-Exception-0.0204";
|
||||
FatalException = buildPerlModule {
|
||||
name = "Fatal-Exception-0.05";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/D/DE/DEXTER/Fatal-Exception-0.0204.tar.gz;
|
||||
sha256 = "10a9j0fa83s3apv0xgi01l2h6s43my031097hg72wa80n07rgs2c";
|
||||
url = mirror://cpan/authors/id/D/DE/DEXTER/Fatal-Exception-0.05.tar.gz;
|
||||
sha256 = "0kzfwc44vpxla3j637kfmnwmv57g6x4899ijqb4ljamk7whms298";
|
||||
};
|
||||
buildInputs = [ ExceptionWarning TestAssert TestUnitLite ];
|
||||
propagatedBuildInputs = [ ExceptionBase ExceptionDied ];
|
||||
propagatedBuildInputs = [ ExceptionDied ];
|
||||
meta = {
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
|
Loading…
Reference in a new issue