Merge pull request #182457 from stigtsp/package/perl-LWP-6.67

perlPackages.LWP: 6.49 -> 6.67

authored by Artturi and committed by GitHub 8998b24a 946c3d83

+5 -5
+5 -5
pkgs/top-level/perl-packages.nix
··· 13030 13031 LWP = buildPerlPackage { 13032 pname = "libwww-perl"; 13033 - version = "6.49"; 13034 src = fetchurl { 13035 - url = "mirror://cpan/authors/id/O/OA/OALDERS/libwww-perl-6.49.tar.gz"; 13036 - sha256 = "19k0cg4j4qz005a4ngy48z4r8dc99dxlpq8kvj7qnk15mvgd1r63"; 13037 }; 13038 - propagatedBuildInputs = [ FileListing HTMLParser HTTPCookies HTTPDaemon HTTPNegotiate NetHTTP TryTiny WWWRobotRules ]; 13039 # support cross-compilation by avoiding using `has_module` which does not work in miniperl (it requires B native module) 13040 postPatch = lib.optionalString (stdenv.buildPlatform != stdenv.hostPlatform) '' 13041 substituteInPlace Makefile.PL --replace 'if has_module' 'if 0; #' ··· 13045 description = "The World-Wide Web library for Perl"; 13046 license = with licenses; [ artistic1 gpl1Plus ]; 13047 }; 13048 - buildInputs = [ TestFatal TestNeeds TestRequiresInternet ]; 13049 }; 13050 13051 LWPAuthenOAuth = buildPerlPackage {
··· 13030 13031 LWP = buildPerlPackage { 13032 pname = "libwww-perl"; 13033 + version = "6.67"; 13034 src = fetchurl { 13035 + url = "mirror://cpan/authors/id/O/OA/OALDERS/libwww-perl-6.67.tar.gz"; 13036 + sha256 = "sha256-lu7ECj/QqhvYNBF75eshxDj3MJTYYaGn5XdPCxImtyM="; 13037 }; 13038 + propagatedBuildInputs = [ FileListing HTMLParser HTTPCookies HTTPNegotiate NetHTTP TryTiny WWWRobotRules ]; 13039 # support cross-compilation by avoiding using `has_module` which does not work in miniperl (it requires B native module) 13040 postPatch = lib.optionalString (stdenv.buildPlatform != stdenv.hostPlatform) '' 13041 substituteInPlace Makefile.PL --replace 'if has_module' 'if 0; #' ··· 13045 description = "The World-Wide Web library for Perl"; 13046 license = with licenses; [ artistic1 gpl1Plus ]; 13047 }; 13048 + checkInputs = [ HTTPDaemon TestFatal TestNeeds TestRequiresInternet ]; 13049 }; 13050 13051 LWPAuthenOAuth = buildPerlPackage {