[cpan2nix] perlPackages.ClassMix: 0.005 -> 0.006

This commit is contained in:
volth 2018-04-07 07:54:07 +00:00
parent 3fa5ca66a2
commit 8951f22248

View File

@ -2044,14 +2044,13 @@ let self = _self // overrides; _self = with self; {
}; };
}; };
ClassMix = buildPerlPackage rec { ClassMix = buildPerlModule rec {
name = "Class-Mix-0.005"; name = "Class-Mix-0.006";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/Z/ZE/ZEFRAM/${name}.tar.gz"; url = "mirror://cpan/authors/id/Z/ZE/ZEFRAM/${name}.tar.gz";
sha256 = "054d0db62df90f22601f2a18fc84e9ca026d81601f5940b2fcc543e39d69b36b"; sha256 = "8747f643893914f8c44979f1716d0c1ec8a41394796555447944e860f1ff7c0b";
}; };
buildInputs = [ ModuleBuild ]; propagatedBuildInputs = [ ParamsClassify ];
propagatedBuildInputs = [ ParamsClassify self."if" ];
meta = { meta = {
description = "Dynamic class mixing"; description = "Dynamic class mixing";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];