Skip to content

Commit

Permalink
perl-HTTP-Message: 6.11 -> 6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Dec 23, 2017
1 parent 23773a6 commit b13217b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -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 ];
};
};
Expand Down

0 comments on commit b13217b

Please sign in to comment.