[cpan2nix] perlPackages.HashMultiValue: 0.15 -> 0.16

This commit is contained in:
volth 2018-04-07 07:52:05 +00:00
parent ca68c8d3c6
commit 3f661f2391

View File

@ -6491,10 +6491,10 @@ let self = _self // overrides; _self = with self; {
};
HashMultiValue = buildPerlPackage {
name = "Hash-MultiValue-0.15";
name = "Hash-MultiValue-0.16";
src = fetchurl {
url = mirror://cpan/authors/id/M/MI/MIYAGAWA/Hash-MultiValue-0.15.tar.gz;
sha256 = "1jc37kwpa1fl88va8bd1p95h0vjv1gsvmn7pc2pxj62ga6x0wpc0";
url = mirror://cpan/authors/id/A/AR/ARISTOTLE/Hash-MultiValue-0.16.tar.gz;
sha256 = "1x3k7h542xnigz0b8vsfiq580p5r325wi5b8mxppiqk8mbvis636";
};
meta = {
description = "Store multiple values per key";