[nix-update-cpan] perlPackages.CDB_File: 1.02 -> 1.05
This commit is contained in:
parent
7779f19db4
commit
1352b38d44
@ -2338,16 +2338,17 @@ let
|
|||||||
|
|
||||||
CDB_File = buildPerlPackage {
|
CDB_File = buildPerlPackage {
|
||||||
pname = "CDB_File";
|
pname = "CDB_File";
|
||||||
version = "1.02";
|
version = "1.05";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/T/TO/TODDR/CDB_File-1.02.tar.gz";
|
url = "mirror://cpan/authors/id/T/TO/TODDR/CDB_File-1.05.tar.gz";
|
||||||
sha256 = "a0ae46916a190dd746be9fb11cda51cfb27dfec0f21e15e1ec2773dadc50c05f";
|
sha256 = "0jzbm59b9q51k00djr1b8c4vjvjkwb577r946vi5s09rasfq8r45";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/toddr/CDB_File";
|
homepage = "https://github.com/toddr/CDB_File";
|
||||||
description = "Perl extension for access to cdb databases";
|
description = "Perl extension for access to cdb databases";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
|
buildInputs = [ TestFatal TestWarnings ];
|
||||||
propagatedBuildInputs = [ BCOW ];
|
propagatedBuildInputs = [ BCOW ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user