mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
perlPackages.HashMultiValue: update from 0.13 to 0.15
This commit is contained in:
parent
3dd6683cb2
commit
771c5e5658
@ -3902,10 +3902,10 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
HashMultiValue = buildPerlPackage {
|
HashMultiValue = buildPerlPackage {
|
||||||
name = "Hash-MultiValue-0.13";
|
name = "Hash-MultiValue-0.15";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/M/MI/MIYAGAWA/Hash-MultiValue-0.13.tar.gz;
|
url = mirror://cpan/authors/id/M/MI/MIYAGAWA/Hash-MultiValue-0.15.tar.gz;
|
||||||
sha256 = "0flflmk2kxq9sjmhxr1547lidgigibhck912j4ambdwg21sbxjjd";
|
sha256 = "1jc37kwpa1fl88va8bd1p95h0vjv1gsvmn7pc2pxj62ga6x0wpc0";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "Store multiple values per key";
|
description = "Store multiple values per key";
|
||||||
|
Loading…
Reference in New Issue
Block a user