perl-DateTimeFormatHTTP: 0.40 -> 0.42
This commit is contained in:
parent
2fe68edee8
commit
9823c93e94
@ -2730,11 +2730,11 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
DateTimeFormatHTTP = buildPerlPackage {
|
DateTimeFormatHTTP = buildPerlPackage rec {
|
||||||
name = "DateTime-Format-HTTP-0.40";
|
name = "DateTime-Format-HTTP-0.42";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/C/CK/CKRAS/DateTime-Format-HTTP-0.40.tar.gz;
|
url = "mirror://cpan/authors/id/C/CK/CKRAS/${name}.tar.gz";
|
||||||
sha256 = "214e9e2e364090ebc5bc682b29709828944ae67f0bb4a989dd1e6d010845213f";
|
sha256 = "0h6qqdg1yzqkdxp7hqlp0qa7d1y64nilgimxs79dys2ryjfpcknh";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ DateTime HTTPDate ];
|
propagatedBuildInputs = [ DateTime HTTPDate ];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user