perlPackages.GetoptLong: update from 2.38 to 2.42

This commit is contained in:
Nixpkgs Monitor 2013-12-21 03:56:24 +02:00 committed by Evgeny Egorochkin
parent 07359cf96c
commit 77e6b6d470

View File

@ -3639,10 +3639,10 @@ rec {
}; };
GetoptLong = buildPerlPackage rec { GetoptLong = buildPerlPackage rec {
name = "Getopt-Long-2.38"; name = "Getopt-Long-2.42";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/J/JV/JV/${name}.tar.gz"; url = "mirror://cpan/authors/id/J/JV/JV/${name}.tar.gz";
sha256 = "0lrsm8vlqhdnkzfvyaiyfivmaar0rirrnwa2v0qk6l130a497mky"; sha256 = "12c5pvmx0jxx0mls8qll9ixb1lbacs7p1rwvmciv0dvw3w25dmr7";
}; };
}; };