perl-DBI: 1.634 -> 1.636

This commit is contained in:
Robert Helgesson 2016-05-15 20:55:10 +02:00
parent a6f87481b2
commit fa748c1f66

View File

@ -3485,15 +3485,16 @@ let self = _self // overrides; _self = with self; {
};
DBI = buildPerlPackage rec {
name = "DBI-1.634";
name = "DBI-1.636";
src = fetchurl {
url = "mirror://cpan/authors/id/T/TI/TIMB/${name}.tar.gz";
sha256 = "0l0ldpl5wjh5klaqbb3krkqn3vnr2q6l42d4zfmihj46hpri41r5";
sha256 = "8f7ddce97c04b4b7a000e65e5d05f679c964d62c8b02c94c1a7d815bb2dd676c";
};
meta = {
homepage = http://dbi.perl.org/;
description = "Database independent interface for Perl";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
platforms = stdenv.lib.platforms.all;
};
};