[cpan2nix] perlPackages.Moo: 2.003004 -> 2.003006

This commit is contained in:
volth 2019-11-23 12:43:42 +00:00
parent eca421bd28
commit bf1d4d707b

View File

@ -11946,13 +11946,13 @@ let
Moo = buildPerlPackage { Moo = buildPerlPackage {
pname = "Moo"; pname = "Moo";
version = "2.003004"; version = "2.003006";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/H/HA/HAARG/Moo-2.003004.tar.gz; url = mirror://cpan/authors/id/H/HA/HAARG/Moo-2.003006.tar.gz;
sha256 = "f8bbb625f8e963eabe05cff9048fdd72bdd26777404ff2c40bc690f558be91e1"; sha256 = "bcb2092ab18a45005b5e2e84465ebf3a4999d8e82a43a09f5a94d859ae7f2472";
}; };
buildInputs = [ TestFatal ]; buildInputs = [ TestFatal ];
propagatedBuildInputs = [ ClassMethodModifiers DevelGlobalDestruction ModuleRuntime RoleTiny SubQuote ]; propagatedBuildInputs = [ ClassMethodModifiers ModuleRuntime RoleTiny SubQuote ];
meta = { meta = {
description = "Minimalist Object Orientation (with Moose compatibility)"; description = "Minimalist Object Orientation (with Moose compatibility)";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];