[cpan2nix] perlPackages.LWP: 6.34 -> 6.35

This commit is contained in:
volth 2018-07-25 22:30:01 +00:00
parent 0c6033c362
commit c4220ea3b9

View file

@ -8866,10 +8866,10 @@ let self = _self // overrides; _self = with self; {
}; };
LWP = buildPerlPackage rec { LWP = buildPerlPackage rec {
name = "libwww-perl-6.34"; name = "libwww-perl-6.35";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/E/ET/ETHER/libwww-perl-6.34.tar.gz; url = mirror://cpan/authors/id/E/ET/ETHER/libwww-perl-6.35.tar.gz;
sha256 = "260363fd4204c0ddf7cd76f7b70e22beb3b5186e4c346f250a59288b52dc114c"; sha256 = "dda2578d7b32152c4afce834761a61d117de286c705a9f7972c7ac6032ca5953";
}; };
propagatedBuildInputs = [ FileListing HTMLParser HTTPCookies HTTPDaemon HTTPNegotiate NetHTTP TryTiny WWWRobotRules ]; propagatedBuildInputs = [ FileListing HTMLParser HTTPCookies HTTPDaemon HTTPNegotiate NetHTTP TryTiny WWWRobotRules ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
@ -8877,7 +8877,7 @@ let self = _self // overrides; _self = with self; {
license = with licenses; [ artistic1 gpl1Plus ]; license = with licenses; [ artistic1 gpl1Plus ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
buildInputs = [ TestFatal TestRequiresInternet ]; buildInputs = [ TestFatal TestNeeds TestRequiresInternet ];
}; };
LWPAuthenOAuth = buildPerlPackage rec { LWPAuthenOAuth = buildPerlPackage rec {