[cpan2nix] perlPackages.TreeSimple: 1.25 -> 1.33

This commit is contained in:
volth 2018-04-07 07:55:06 +00:00
parent a82b6b0d72
commit 84f3c7572e

View File

@ -15600,12 +15600,12 @@ let self = _self // overrides; _self = with self; {
};
TreeSimple = buildPerlPackage rec {
name = "Tree-Simple-1.25";
name = "Tree-Simple-1.33";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RS/RSAVAGE/${name}.tgz";
sha256 = "1xj1n70v4qbx7m9k01bj9aixk77yssliavgvfds3xj755hcan0nr";
sha256 = "1alnwb6c7n4al91m9cyknvcyvdz521lh22dz1hyk4v7c50adffnv";
};
buildInputs = [ TestException TestMemoryCycle ];
buildInputs = [ TestException ];
meta = {
description = "A simple tree object";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];