[cpan2nix] perlPackages.DateTimeFormatSQLite: cleanup

This commit is contained in:
volth 2018-04-07 07:58:01 +00:00
parent 193fa2391e
commit 5960c31945

View File

@ -3725,7 +3725,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/C/CF/CFAERBER/${name}.tar.gz";
sha256 = "cc1f4e0ae1d39b0d4c3dddccfd7423c77c67a70950c4b5ecabf8ca553ab294b4";
};
propagatedBuildInputs = [ DateTime DateTimeFormatBuilder ];
propagatedBuildInputs = [ DateTimeFormatBuilder ];
meta = {
description = "Parse and format SQLite dates and times";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];