perl-DateTime-Format-MySQL: 0.05 -> 0.06

This commit is contained in:
Robert Helgesson 2016-02-16 16:20:28 +01:00
parent cf463bbd1a
commit 98625b331b

View file

@ -3060,10 +3060,10 @@ let self = _self // overrides; _self = with self; {
};
DateTimeFormatMySQL = buildPerlPackage rec {
name = "DateTime-Format-MySQL-0.05";
name = "DateTime-Format-MySQL-0.06";
src = fetchurl {
url = "mirror://cpan/authors/id/X/XM/XMIKEW/${name}.tar.gz";
sha256 = "26d0348a930aa34d3b33ec1b2a9d9629f2ee78234e224ca74d594703922ca2e9";
sha256 = "07cgz60gxvrv7xqvngyll60pa8cx93h3jyx9kc9wdkn95qbd864q";
};
propagatedBuildInputs = [ DateTime DateTimeFormatBuilder ];
meta = {