1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

perlPackages.TestFatal: update from 0.010 to 0.013

This commit is contained in:
Nixpkgs Monitor 2013-12-21 01:54:58 +02:00 committed by Evgeny Egorochkin
parent 1751446029
commit 197cca98d9

View file

@ -8048,10 +8048,10 @@ rec {
};
TestFatal = buildPerlPackage {
name = "Test-Fatal-0.010";
name = "Test-Fatal-0.013";
src = fetchurl {
url = mirror://cpan/authors/id/R/RJ/RJBS/Test-Fatal-0.010.tar.gz;
sha256 = "01ck4wyrj4nqyr1cz3lcff6g9nryadsflpf85jmsa6vcl2bq8pl0";
url = mirror://cpan/authors/id/R/RJ/RJBS/Test-Fatal-0.013.tar.gz;
sha256 = "1rrndzkjff3bdlzzdsfsd3fhng142la2m74ihkgv17islkp17yq2";
};
propagatedBuildInputs = [ TryTiny ];
meta = {