perl-Parse-RecDescent: 1.967009 -> 1.967015
This commit is contained in:
parent
e65b441cd3
commit
a7d25d4bbc
@ -10797,10 +10797,14 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
ParseRecDescent = buildPerlPackage rec {
|
||||
name = "Parse-RecDescent-1.967009";
|
||||
name = "Parse-RecDescent-1.967015";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/J/JT/JTBRAUN/${name}.tar.gz";
|
||||
sha256 = "11y6fpz4j6kdimyaz2a6ig0jz0x7csqslhxaipxnjqi5h85hy071";
|
||||
sha256 = "1943336a4cb54f1788a733f0827c0c55db4310d5eae15e542639c9dd85656e37";
|
||||
};
|
||||
meta = {
|
||||
description = "Generate Recursive-Descent Parsers";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user