mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 22:06:00 +03:00
[cpan2nix] perlPackages.RSSParserLite: 0.10 -> 0.12
This commit is contained in:
parent
07d31929b3
commit
86e7925a50
@ -12201,16 +12201,17 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
RSSParserLite = buildPerlPackage {
|
||||
name = "RSS-Parser-Lite-0.10";
|
||||
name = "RSS-Parser-Lite-0.12";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/E/EB/EBOSRUP/RSS-Parser-Lite-0.10.tar.gz;
|
||||
sha256 = "1spvi0z62saz2cam8kwk2k561aavw2w42g3ykj38w1kmydvsk8z6";
|
||||
url = mirror://cpan/authors/id/T/TF/TFPBL/RSS-Parser-Lite-0.12.tar.gz;
|
||||
sha256 = "1fcmp4qp7q3xr2mw7clqqwph45icbvgfs2n41gp9zamim2y39p49";
|
||||
};
|
||||
propagatedBuildInputs = [ SOAPLite ];
|
||||
propagatedBuildInputs = [ locallib ];
|
||||
meta = {
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
doCheck = false;
|
||||
};
|
||||
|
||||
RTClientREST = buildPerlPackage {
|
||||
|
Loading…
Reference in New Issue
Block a user