[cpan2nix] perlPackages.XMLRSS: 1.57 -> 1.60
This commit is contained in:
parent
1adbbc3136
commit
8890444ab4
|
@ -16880,14 +16880,13 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
XMLRSS = buildPerlPackage {
|
XMLRSS = buildPerlModule {
|
||||||
name = "XML-RSS-1.57";
|
name = "XML-RSS-1.60";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/S/SH/SHLOMIF/XML-RSS-1.57.tar.gz;
|
url = mirror://cpan/authors/id/S/SH/SHLOMIF/XML-RSS-1.60.tar.gz;
|
||||||
sha256 = "c540a1aa7445bf611635537015590575c90c2b07c19529537677a4bcf3a4e6ae";
|
sha256 = "4b3359878bb1a2bc06dae7ed17b00143a2b89c814b8b12f6e2780f35b1528677";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestManifest ];
|
propagatedBuildInputs = [ DateTimeFormatMail DateTimeFormatW3CDTF XMLParser ];
|
||||||
propagatedBuildInputs = [ DateTime DateTimeFormatMail DateTimeFormatW3CDTF HTMLParser XMLParser ];
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://perl-rss.sourceforge.net/;
|
homepage = http://perl-rss.sourceforge.net/;
|
||||||
description = "Creates and updates RSS files";
|
description = "Creates and updates RSS files";
|
||||||
|
|
Loading…
Reference in New Issue