perlPackages.SubInstall: update from 0.926 to 0.927

This commit is contained in:
Nixpkgs Monitor 2013-12-22 01:32:15 +02:00 committed by Evgeny Egorochkin
parent 78ad8b0a38
commit 4228fe8377
1 changed files with 3 additions and 3 deletions

View File

@ -7543,10 +7543,10 @@ rec {
};
SubInstall = buildPerlPackage {
name = "Sub-Install-0.926";
name = "Sub-Install-0.927";
src = fetchurl {
url = mirror://cpan/authors/id/R/RJ/RJBS/Sub-Install-0.926.tar.gz;
sha256 = "0gkns6p11j46j6yzacanhbqgd4ws5r0ppg6yivz7cjbq8dk4kcmc";
url = mirror://cpan/authors/id/R/RJ/RJBS/Sub-Install-0.927.tar.gz;
sha256 = "0nmgsdbwi8f474jkyd6w9jfnpav99xp8biydcdri8qri623f6plm";
};
meta = {
homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec;