mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
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 {
|
||||
name = "DateTime-Format-HTTP-0.40";
|
||||
DateTimeFormatHTTP = buildPerlPackage rec {
|
||||
name = "DateTime-Format-HTTP-0.42";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/C/CK/CKRAS/DateTime-Format-HTTP-0.40.tar.gz;
|
||||
sha256 = "214e9e2e364090ebc5bc682b29709828944ae67f0bb4a989dd1e6d010845213f";
|
||||
url = "mirror://cpan/authors/id/C/CK/CKRAS/${name}.tar.gz";
|
||||
sha256 = "0h6qqdg1yzqkdxp7hqlp0qa7d1y64nilgimxs79dys2ryjfpcknh";
|
||||
};
|
||||
propagatedBuildInputs = [ DateTime HTTPDate ];
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user