[nix-update-cpan] perlPackages.CDB_File: 1.02 -> 1.05

This commit is contained in:
Stig Palmquist 2020-12-13 13:26:41 +01:00
parent 7779f19db4
commit 1352b38d44

View File

@ -2338,16 +2338,17 @@ let
CDB_File = buildPerlPackage {
pname = "CDB_File";
version = "1.02";
version = "1.05";
src = fetchurl {
url = "mirror://cpan/authors/id/T/TO/TODDR/CDB_File-1.02.tar.gz";
sha256 = "a0ae46916a190dd746be9fb11cda51cfb27dfec0f21e15e1ec2773dadc50c05f";
url = "mirror://cpan/authors/id/T/TO/TODDR/CDB_File-1.05.tar.gz";
sha256 = "0jzbm59b9q51k00djr1b8c4vjvjkwb577r946vi5s09rasfq8r45";
};
meta = {
homepage = "https://github.com/toddr/CDB_File";
description = "Perl extension for access to cdb databases";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
buildInputs = [ TestFatal TestWarnings ];
propagatedBuildInputs = [ BCOW ];
};