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 {
|
HTTPMessage = buildPerlPackage rec {
|
||||||
name = "HTTP-Message-6.11";
|
name = "HTTP-Message-6.14";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/O/OA/OALDERS/${name}.tar.gz";
|
||||||
sha256 = "e7b368077ae6a188d99920411d8f52a8e5acfb39574d4f5c24f46fd22533d81b";
|
sha256 = "71aab9f10eb4b8ec6e8e3a85fc5acb46ba04db1c93eb99613b184078c5cf2ac9";
|
||||||
};
|
};
|
||||||
|
buildInputs = [ TryTiny ];
|
||||||
propagatedBuildInputs = [ EncodeLocale HTTPDate IOHTML LWPMediaTypes URI ];
|
propagatedBuildInputs = [ EncodeLocale HTTPDate IOHTML LWPMediaTypes URI ];
|
||||||
meta = {
|
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 ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user