[cpan2nix] perlPackages.DBDSQLite: 1.64 -> 1.66

This commit is contained in:
volth 2020-09-09 09:11:46 +00:00
parent abde10d6a5
commit 53c26926c7

View file

@ -5359,11 +5359,11 @@ let
DBDSQLite = buildPerlPackage {
pname = "DBD-SQLite";
version = "1.64";
version = "1.66";
src = fetchurl {
url = "mirror://cpan/authors/id/I/IS/ISHIGAKI/DBD-SQLite-1.64.tar.gz";
sha256 = "00gz5aw3xrr92lf9nfk0dhmy7a8jzmxhznddd9b0a8w4a1xqzbpl";
url = "mirror://cpan/authors/id/I/IS/ISHIGAKI/DBD-SQLite-1.66.tar.gz";
sha256 = "1zljln5nh61gj3k22a1fv2vhx5l83waizmarwkh77hk6kzzmvrw9";
};
propagatedBuildInputs = [ DBI ];