perl-Email-Date-Format: 1.002 -> 1.005
This commit is contained in:
parent
a6c42b5945
commit
d9f51f0085
|
@ -3844,15 +3844,17 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
EmailDateFormat = buildPerlPackage {
|
EmailDateFormat = buildPerlPackage rec {
|
||||||
name = "Email-Date-Format-1.002";
|
name = "Email-Date-Format-1.005";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/R/RJ/RJBS/Email-Date-Format-1.002.tar.gz;
|
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||||
sha256 = "114fqcnmvzi0z100yx89j6rgwbicb0bslswhyr8z2pzsvwv3czqc";
|
sha256 = "579c617e303b9d874411c7b61b46b59d36f815718625074ae6832e7bb9db5104";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "Produce RFC 8822 date strings";
|
homepage = https://github.com/rjbs/Email-Date-Format;
|
||||||
|
description = "Produce RFC 2822 date strings";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
maintainers = [ maintainers.rycee ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue