about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorStig <stig@stig.io>2022-06-08 17:34:07 +0200
committerGitHub <noreply@github.com>2022-06-08 17:34:07 +0200
commit5274b76aee0176e3d59343ad86f378c0229df4e4 (patch)
treebd444c36c3e16e3fe21d2589b7c95a48df4e6131 /pkgs
parentb2a6b6ea79dd873fe09202cfacaaaaa1f496a6fe (diff)
parentcb104999e59b3c9b2eb31835cfcb209c39cb53cc (diff)
Merge pull request #175739 from pborzenkov/perl-test-lwp
perlPackages.TestLWPUserAgent: not broken on Darwin
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/perl-packages.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index f24b11399206f..a548d11563ae1 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -22117,10 +22117,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 ];
@@ -22128,7 +22128,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
     };
   };