[cpan2nix] perlPackages.DistZilla: 6.011 -> 6.012

This commit is contained in:
volth 2018-06-02 20:39:35 +00:00
parent 132a9cd74b
commit 7b1b46e17b
1 changed files with 4 additions and 4 deletions

View File

@ -4640,13 +4640,13 @@ let self = _self // overrides; _self = with self; {
}; };
DistZilla = buildPerlPackage { DistZilla = buildPerlPackage {
name = "Dist-Zilla-6.011"; name = "Dist-Zilla-6.012";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/R/RJ/RJBS/Dist-Zilla-6.011.tar.gz; url = mirror://cpan/authors/id/R/RJ/RJBS/Dist-Zilla-6.012.tar.gz;
sha256 = "0cai08gzrvf9mkqsj3b8vhcwxaxs30h4gx0wffq8c5dja9fhzjxs"; sha256 = "0w1hhvxcdf52ln940f8i37adv2gp7l8ryf2nm6m7haynyrsk0n37";
}; };
buildInputs = [ CPANMetaCheck TestDeep TestFailWarnings TestFatal TestFileShareDir ]; buildInputs = [ CPANMetaCheck TestDeep TestFailWarnings TestFatal TestFileShareDir ];
propagatedBuildInputs = [ AppCmd ArchiveTarWrapper CPANUploader ConfigMVPReaderINI DateTime FileCopyRecursive FileFindRule FileShareDirInstall Filepushd LogDispatchouli MooseXLazyRequire MooseXSetOnce MooseXTypesPerl PerlPrereqScanner PodEventual SoftwareLicense TermEncoding TermUI YAMLTiny ]; propagatedBuildInputs = [ AppCmd CPANUploader ConfigMVPReaderINI DateTime FileCopyRecursive FileFindRule FileShareDirInstall Filepushd LogDispatchouli MooseXLazyRequire MooseXSetOnce MooseXTypesPerl PathTiny PerlPrereqScanner PodEventual SoftwareLicense TermEncoding TermUI YAMLTiny ];
meta = { meta = {
homepage = http://dzil.org/; homepage = http://dzil.org/;
description = "Distribution builder; installer not included!"; description = "Distribution builder; installer not included!";