perl-TreeSimple: 1.18 -> 1.25

This commit is contained in:
Pascal Wittmann 2015-10-13 12:37:22 +02:00
parent d1460ccea2
commit 46f3fed7fc

View File

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