[cpan2nix] perlPackages.XMLParserLite: 0.721 -> 0.722

This commit is contained in:
volth 2018-08-25 12:53:13 +00:00
parent 05e5a6dd0e
commit 4aae8f0fa6

View file

@ -17687,10 +17687,10 @@ let
};
XMLParserLite = buildPerlPackage {
name = "XML-Parser-Lite-0.721";
name = "XML-Parser-Lite-0.722";
src = fetchurl {
url = mirror://cpan/authors/id/P/PH/PHRED/XML-Parser-Lite-0.721.tar.gz;
sha256 = "1fh8g77nkfv9n07ivilnfxdapx6jx13whf8q0anrmnxrr9pa6qjq";
url = mirror://cpan/authors/id/P/PH/PHRED/XML-Parser-Lite-0.722.tar.gz;
sha256 = "1vk3jwh1kfcsmc5kvxzqdnb1cllvf0yf27fg0ra0w6jkw4ks143g";
};
buildInputs = [ TestRequires ];
meta = {