mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
perl-DateTime-Format-MySQL: 0.05 -> 0.06
This commit is contained in:
parent
cf463bbd1a
commit
98625b331b
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user