[cpan2nix] perlPackages.TermANSIColor: 4.03 -> 4.06

This commit is contained in:
volth 2018-04-07 07:53:16 +00:00
parent ae25b4b907
commit b402e76dd2
1 changed files with 3 additions and 3 deletions

View File

@ -13413,10 +13413,10 @@ let self = _self // overrides; _self = with self; {
};
TermANSIColor = buildPerlPackage {
name = "Term-ANSIColor-4.03";
name = "Term-ANSIColor-4.06";
src = fetchurl {
url = mirror://cpan/authors/id/R/RR/RRA/Term-ANSIColor-4.03.tar.gz;
sha256 = "e89b6992030fa713f928f653dcdb71d66fa2493f873bacf5653aa121ca862450";
url = mirror://cpan/authors/id/R/RR/RRA/Term-ANSIColor-4.06.tar.gz;
sha256 = "8161c7434b1984bde588d75f22c786c46cb6d35d264d58111db0b82537de4bad";
};
meta = {
description = "Color output using ANSI escape sequences";