[cpan2nix] perlPackages.LWPUserAgentMockable: 1.10 -> 1.18
This commit is contained in:
parent
316ef75b40
commit
932d03abab
@ -8591,13 +8591,13 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
LWPUserAgentMockable = buildPerlPackage {
|
LWPUserAgentMockable = buildPerlModule {
|
||||||
name = "LWP-UserAgent-Mockable-1.10";
|
name = "LWP-UserAgent-Mockable-1.18";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/M/MM/MMORGAN/LWP-UserAgent-Mockable-1.10.tgz;
|
url = mirror://cpan/authors/id/M/MJ/MJEMMESON/LWP-UserAgent-Mockable-1.18.tar.gz;
|
||||||
sha256 = "1z89jszgifvjb8irzd8wrzim7l5m4hypdl9mj4dpkb4jm4189kmn";
|
sha256 = "0923ahl22c0gdzrihj7dqnrawia9hmcl462asf4ry8d5wd84z1i5";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ LWP HookLexWrap ];
|
propagatedBuildInputs = [ HookLexWrap LWP SafeIsa ];
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
@ -8606,6 +8606,7 @@ let self = _self // overrides; _self = with self; {
|
|||||||
# https://rt.cpan.org/Public/Bug/Display.html?id=63966 is the bug upstream,
|
# https://rt.cpan.org/Public/Bug/Display.html?id=63966 is the bug upstream,
|
||||||
# which doesn't look like it will get fixed anytime soon.
|
# which doesn't look like it will get fixed anytime soon.
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
buildInputs = [ ModuleBuildTiny TestRequiresInternet ];
|
||||||
};
|
};
|
||||||
|
|
||||||
LWPxParanoidAgent = buildPerlPackage rec {
|
LWPxParanoidAgent = buildPerlPackage rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user