[cpan2nix] perlPackages.RTClientREST: 0.51 -> 0.52
This commit is contained in:
parent
1a217d16b8
commit
881bb9f4a1
@ -13428,16 +13428,17 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
RTClientREST = buildPerlPackage {
|
RTClientREST = buildPerlPackage {
|
||||||
name = "RT-Client-REST-0.51";
|
name = "RT-Client-REST-0.52";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DM/DMITRI/RT-Client-REST-0.51.tar.gz;
|
url = mirror://cpan/authors/id/D/DJ/DJZORT/RT-Client-REST-0.52.tar.gz;
|
||||||
sha256 = "6a9df61c7f209f634613a8824393932d2faf2497b1c580ed8e5dd7794a36ea7d";
|
sha256 = "d058b8aa0db21aa1734ac50ae557297f603c2be60fa95a1d85278dbd11e19500";
|
||||||
};
|
};
|
||||||
buildInputs = [ CGI DateTime DateTimeFormatDateParse Error ExceptionClass HTTPCookies LWP ParamsValidate TestException ];
|
buildInputs = [ CGI HTTPServerSimple TestException ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Talk to RT installation using REST protocol";
|
description = "Talk to RT installation using REST protocol";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
|
propagatedBuildInputs = [ DateTimeFormatDateParse Error LWP ParamsValidate ];
|
||||||
};
|
};
|
||||||
|
|
||||||
Safe = buildPerlPackage {
|
Safe = buildPerlPackage {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user