mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
[cpan2nix] perlPackages.TreeSimpleVisitorFactory: 0.12 -> 0.15
This commit is contained in:
parent
82da98199e
commit
d8a8453cdd
@ -15631,13 +15631,13 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
TreeSimpleVisitorFactory = buildPerlPackage {
|
||||
name = "Tree-Simple-VisitorFactory-0.12";
|
||||
name = "Tree-Simple-VisitorFactory-0.15";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/R/RS/RSAVAGE/Tree-Simple-VisitorFactory-0.12.tgz;
|
||||
sha256 = "1g27xl48q1vr7aikhxg4vvcsj1si8allxz59vmnks61wsw4by7vg";
|
||||
url = mirror://cpan/authors/id/R/RS/RSAVAGE/Tree-Simple-VisitorFactory-0.15.tgz;
|
||||
sha256 = "06y2vazkl307k59hnkp9h5bp3p7711kgmp1qdhb2lgnfwzn84zin";
|
||||
};
|
||||
propagatedBuildInputs = [TreeSimple];
|
||||
buildInputs = [TestException];
|
||||
propagatedBuildInputs = [ TreeSimple ];
|
||||
buildInputs = [ TestException ];
|
||||
};
|
||||
|
||||
TryTiny = buildPerlPackage {
|
||||
|
Loading…
Reference in New Issue
Block a user