[cpan2nix] perlPackages.RegexpGrammars: 1.051 -> 1.052

This commit is contained in:
volth 2019-07-27 09:29:37 +00:00
parent 7bcdd59395
commit 5dbcd5ef2d
1 changed files with 3 additions and 3 deletions

View File

@ -14680,10 +14680,10 @@ let
RegexpGrammars = buildPerlModule { RegexpGrammars = buildPerlModule {
pname = "Regexp-Grammars"; pname = "Regexp-Grammars";
version = "1.051"; version = "1.052";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/D/DC/DCONWAY/Regexp-Grammars-1.051.tar.gz; url = mirror://cpan/authors/id/D/DC/DCONWAY/Regexp-Grammars-1.052.tar.gz;
sha256 = "fa595a4893b57a004fdc5c296b2bdaf10a3ffb3da64cd53a9d80678805d81e40"; sha256 = "d552e7aaec956fc9ff0c56602fc95bc5c97ef815a0a8df7f42d1128f39534a62";
}; };
meta = { meta = {
description = "Add grammatical parsing features to Perl 5.10 regexes"; description = "Add grammatical parsing features to Perl 5.10 regexes";