mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
perl-HTTP-Message: 6.11 -> 6.14
This commit is contained in:
parent
23773a6ffc
commit
b13217b6e5
@ -6882,14 +6882,16 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
HTTPMessage = buildPerlPackage rec {
|
||||
name = "HTTP-Message-6.11";
|
||||
name = "HTTP-Message-6.14";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
||||
sha256 = "e7b368077ae6a188d99920411d8f52a8e5acfb39574d4f5c24f46fd22533d81b";
|
||||
url = "mirror://cpan/authors/id/O/OA/OALDERS/${name}.tar.gz";
|
||||
sha256 = "71aab9f10eb4b8ec6e8e3a85fc5acb46ba04db1c93eb99613b184078c5cf2ac9";
|
||||
};
|
||||
buildInputs = [ TryTiny ];
|
||||
propagatedBuildInputs = [ EncodeLocale HTTPDate IOHTML LWPMediaTypes URI ];
|
||||
meta = {
|
||||
description = "HTTP style messages";
|
||||
homepage = https://github.com/libwww-perl/HTTP-Message;
|
||||
description = "HTTP style message (base class)";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user