[cpan2nix] perlPackages.DBDSQLite: 1.64 -> 1.66
This commit is contained in:
parent
abde10d6a5
commit
53c26926c7
@ -5359,11 +5359,11 @@ let
|
|||||||
|
|
||||||
DBDSQLite = buildPerlPackage {
|
DBDSQLite = buildPerlPackage {
|
||||||
pname = "DBD-SQLite";
|
pname = "DBD-SQLite";
|
||||||
version = "1.64";
|
version = "1.66";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/I/IS/ISHIGAKI/DBD-SQLite-1.64.tar.gz";
|
url = "mirror://cpan/authors/id/I/IS/ISHIGAKI/DBD-SQLite-1.66.tar.gz";
|
||||||
sha256 = "00gz5aw3xrr92lf9nfk0dhmy7a8jzmxhznddd9b0a8w4a1xqzbpl";
|
sha256 = "1zljln5nh61gj3k22a1fv2vhx5l83waizmarwkh77hk6kzzmvrw9";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ DBI ];
|
propagatedBuildInputs = [ DBI ];
|
||||||
|
Loading…
Reference in New Issue
Block a user