perl-Test-Fatal: 0.013 -> 0.014
This commit is contained in:
parent
0fc911f029
commit
30f1bc1a64
|
@ -11852,17 +11852,18 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
TestFatal = buildPerlPackage {
|
TestFatal = buildPerlPackage rec {
|
||||||
name = "Test-Fatal-0.013";
|
name = "Test-Fatal-0.014";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/R/RJ/RJBS/Test-Fatal-0.013.tar.gz;
|
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||||
sha256 = "1rrndzkjff3bdlzzdsfsd3fhng142la2m74ihkgv17islkp17yq2";
|
sha256 = "bcdcef5c7b2790a187ebca810b0a08221a63256062cfab3c3b98685d91d1cbb0";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ TryTiny ];
|
propagatedBuildInputs = [ TryTiny ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/rjbs/test-fatal;
|
homepage = https://github.com/rjbs/Test-Fatal;
|
||||||
description = "Incredibly simple helpers for testing code with exceptions";
|
description = "Incredibly simple helpers for testing code with exceptions";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
maintainers = [ maintainers.rycee ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue