forked from mirrors/nixpkgs
[cpan2nix] perlPackages.ListCompare: 0.53 -> 0.55
This commit is contained in:
parent
0ef578ece2
commit
331492a7ee
|
@ -10788,12 +10788,12 @@ let
|
|||
|
||||
ListCompare = buildPerlPackage {
|
||||
pname = "List-Compare";
|
||||
version = "0.53";
|
||||
version = "0.55";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/J/JK/JKEENAN/List-Compare-0.53.tar.gz";
|
||||
sha256 = "fdbf4ff67b3135d44475fef7fcac0cd4706407d5720d26dca914860eb10f8550";
|
||||
url = "mirror://cpan/authors/id/J/JK/JKEENAN/List-Compare-0.55.tar.gz";
|
||||
sha256 = "cc719479836579d52b02bc328ed80a98f679df043a99b5710ab2c191669eb837";
|
||||
};
|
||||
buildInputs = [ IOCaptureOutput ];
|
||||
buildInputs = [ CaptureTiny ];
|
||||
meta = {
|
||||
homepage = "http://thenceforward.net/perl/modules/List-Compare/";
|
||||
description = "Compare elements of two or more lists";
|
||||
|
|
Loading…
Reference in a new issue