[cpan2nix] perlPackages.NetHTTP: 6.17 -> 6.18

This commit is contained in:
volth 2018-06-02 20:36:36 +00:00
parent 33faab4ddb
commit 318446813a

View file

@ -11421,10 +11421,10 @@ let self = _self // overrides; _self = with self; {
};
NetHTTP = buildPerlPackage rec {
name = "Net-HTTP-6.17";
name = "Net-HTTP-6.18";
src = fetchurl {
url = "mirror://cpan/authors/id/O/OA/OALDERS/${name}.tar.gz";
sha256 = "1e8624b1618dc6f7f605f5545643ebb9b833930f4d7485d4124aa2f2f26d1611";
sha256 = "7e42df2db7adce3e0eb4f78b88c450f453f5380f120fd5411232e03374ba951c";
};
propagatedBuildInputs = [ URI ];
__darwinAllowLocalNetworking = true;
@ -11433,7 +11433,7 @@ let self = _self // overrides; _self = with self; {
description = "Low-level HTTP connection (client)";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
doCheck = false;
doCheck = false; /* wants network */
};
NetIDNEncode = buildPerlModule {