[cpan2nix] perlPackages.TreeDAGNode: 1.27 -> 1.31

This commit is contained in:
volth 2018-04-07 07:54:41 +00:00
parent e717f7055e
commit c39c40239f
1 changed files with 3 additions and 3 deletions

View File

@ -15544,17 +15544,17 @@ let self = _self // overrides; _self = with self; {
};
TreeDAGNode = buildPerlPackage rec {
name = "Tree-DAG_Node-1.27";
name = "Tree-DAG_Node-1.31";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RS/RSAVAGE/${name}.tgz";
sha256 = "1i2i445gh7720bvv06dz67szk2z6q1pi30kb5p2shsa806sj4vr2";
sha256 = "016kr76azxzfcpxjkhqp2piyyl6529shjis20mc3g2snfabsd2qw";
};
buildInputs = [ TestPod FileSlurpTiny ];
meta = {
homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec;
description = "An N-ary tree";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
propagatedBuildInputs = [ FileSlurpTiny ];
};
TreeSimple = buildPerlPackage rec {