[cpan2nix] perlPackages.DateTimeFormatSQLite: cleanup
This commit is contained in:
parent
193fa2391e
commit
5960c31945
@ -3725,7 +3725,7 @@ let self = _self // overrides; _self = with self; {
|
|||||||
url = "mirror://cpan/authors/id/C/CF/CFAERBER/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/C/CF/CFAERBER/${name}.tar.gz";
|
||||||
sha256 = "cc1f4e0ae1d39b0d4c3dddccfd7423c77c67a70950c4b5ecabf8ca553ab294b4";
|
sha256 = "cc1f4e0ae1d39b0d4c3dddccfd7423c77c67a70950c4b5ecabf8ca553ab294b4";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ DateTime DateTimeFormatBuilder ];
|
propagatedBuildInputs = [ DateTimeFormatBuilder ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Parse and format SQLite dates and times";
|
description = "Parse and format SQLite dates and times";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
Reference in New Issue
Block a user