perlPackages.ModuleRuntime: update from 0.013 to 0.014

This commit is contained in:
Peter Simons 2014-04-07 13:54:41 +02:00
parent c6dc49d29b
commit aa1a352064

View File

@ -5385,10 +5385,10 @@ let self = _self // overrides; _self = with self; {
}; };
ModuleRuntime = buildPerlPackage { ModuleRuntime = buildPerlPackage {
name = "Module-Runtime-0.013"; name = "Module-Runtime-0.014";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.013.tar.gz; url = mirror://cpan/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.014.tar.gz;
sha256 = "08qhqg1qshrispcpzf24jbbpx2gh5ks84amnv9wmd46wj0yy0dzc"; sha256 = "19326f094jmjs6mgpwkyisid54k67w34br8yfh0gvaaml87gwi2c";
}; };
meta = { meta = {
homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec; homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec;