mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
perlPackages.TextTabularDisplay: update from 1.22 to 1.35
This commit is contained in:
parent
24375083e0
commit
e63abf17f4
1 changed files with 2 additions and 2 deletions
|
@ -8768,10 +8768,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
TextTabularDisplay = buildPerlPackage rec {
|
||||
name = "Text-TabularDisplay-1.22";
|
||||
name = "Text-TabularDisplay-1.35";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/D/DA/DARREN/${name}.tar.gz";
|
||||
sha256 = "05r3jvdf8av16hgy0i3wnc581ski08q1bnllq5cq1fnc7h2nm1c7";
|
||||
sha256 = "0sbyfdiln6q2g66mv64alayfcqnqg17kihdzgpslxdsn14vpvjq5";
|
||||
};
|
||||
propagatedBuildInputs = [TextAligner];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue