perlPackages.TestLWPUserAgent: 0.034 -> 0.036
Also do not mark it as broken on Darwin as it builds and works just fine.
This commit is contained in:
@@ -22066,10 +22066,10 @@ let
|
||||
|
||||
TestLWPUserAgent = buildPerlPackage {
|
||||
pname = "Test-LWP-UserAgent";
|
||||
version = "0.034";
|
||||
version = "0.036";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/E/ET/ETHER/Test-LWP-UserAgent-0.034.tar.gz";
|
||||
sha256 = "1ybhl9zpxkz77d25h96kbgh16zy9f27n95p6j9jg52kvdg0r2lbp";
|
||||
url = "mirror://cpan/authors/id/E/ET/ETHER/Test-LWP-UserAgent-0.036.tar.gz";
|
||||
sha256 = "sha256-BTJ1MNNGuAphpulD+9dJmGvcqJIRpOswHAjC0XkxThE=";
|
||||
};
|
||||
propagatedBuildInputs = [ LWP SafeIsa namespaceclean ];
|
||||
buildInputs = [ PathTiny Plack TestDeep TestFatal TestNeeds TestRequiresInternet TestWarnings ];
|
||||
@@ -22077,7 +22077,6 @@ let
|
||||
description = "A LWP::UserAgent suitable for simulating and testing network calls";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
homepage = "https://github.com/karenetheridge/Test-LWP-UserAgent";
|
||||
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/staging-next/perl534Packages.TestLWPUserAgent.x86_64-darwin
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user