From 881bb9f4a1c82a3a8ed9a218315dc2ca7ca538b4 Mon Sep 17 00:00:00 2001 From: volth Date: Sat, 2 Jun 2018 20:39:10 +0000 Subject: [PATCH] [cpan2nix] perlPackages.RTClientREST: 0.51 -> 0.52 --- pkgs/top-level/perl-packages.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 342ee13c26a0..f65392c99082 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -13428,16 +13428,17 @@ let self = _self // overrides; _self = with self; { }; RTClientREST = buildPerlPackage { - name = "RT-Client-REST-0.51"; + name = "RT-Client-REST-0.52"; src = fetchurl { - url = mirror://cpan/authors/id/D/DM/DMITRI/RT-Client-REST-0.51.tar.gz; - sha256 = "6a9df61c7f209f634613a8824393932d2faf2497b1c580ed8e5dd7794a36ea7d"; + url = mirror://cpan/authors/id/D/DJ/DJZORT/RT-Client-REST-0.52.tar.gz; + sha256 = "d058b8aa0db21aa1734ac50ae557297f603c2be60fa95a1d85278dbd11e19500"; }; - buildInputs = [ CGI DateTime DateTimeFormatDateParse Error ExceptionClass HTTPCookies LWP ParamsValidate TestException ]; + buildInputs = [ CGI HTTPServerSimple TestException ]; meta = { description = "Talk to RT installation using REST protocol"; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; }; + propagatedBuildInputs = [ DateTimeFormatDateParse Error LWP ParamsValidate ]; }; Safe = buildPerlPackage {