forked from mirrors/nixpkgs
perlPackages.TreeSimpleVisitorFactory: update from 0.10 to 0.12
This commit is contained in:
parent
0600586913
commit
8ae221d621
|
@ -9142,10 +9142,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
TreeSimpleVisitorFactory = buildPerlPackage {
|
||||
name = "Tree-Simple-VisitorFactory-0.10";
|
||||
name = "Tree-Simple-VisitorFactory-0.12";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/S/ST/STEVAN/Tree-Simple-VisitorFactory-0.10.tar.gz;
|
||||
sha256 = "1ghcgnb3xvqjyh4h4aa37x98613aldnpj738z9b80p33bbfxq158";
|
||||
url = mirror://cpan/authors/id/R/RS/RSAVAGE/Tree-Simple-VisitorFactory-0.12.tgz;
|
||||
sha256 = "1g27xl48q1vr7aikhxg4vvcsj1si8allxz59vmnks61wsw4by7vg";
|
||||
};
|
||||
propagatedBuildInputs = [TreeSimple];
|
||||
buildInputs = [TestException];
|
||||
|
|
Loading…
Reference in a new issue