[cpan2nix] perlPackages.RTClientREST: 0.51 -> 0.52

This commit is contained in:
volth 2018-06-02 20:39:10 +00:00
parent 1a217d16b8
commit 881bb9f4a1

View file

@ -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 {