[cpan2nix] perlPackages.TextFormat: 0.60 -> 0.61

This commit is contained in:
volth 2018-06-02 20:35:26 +00:00
parent 3f184eb93e
commit 0367ca0bf1
1 changed files with 3 additions and 4 deletions

View File

@ -16331,13 +16331,12 @@ let self = _self // overrides; _self = with self; {
};
};
TextFormat = buildPerlPackage rec {
name = "Text-Format-0.60";
TextFormat = buildPerlModule rec {
name = "Text-Format-0.61";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
sha256 = "664f313570604624ff9e1fc9b26b6d04e06897b3e4eac83089fc0905a692a2b8";
sha256 = "bb8a3b8ff515c85101baf553a769337f944a05cde81f111ae78aff416bf4ae2b";
};
buildInputs = [ ModuleBuild ];
meta = {
homepage = http://www.shlomifish.org/open-source/projects/Text-Format/;
description = "Format text";