[cpan2nix] perlPackages.TextTrim: 1.02 -> 1.03

This commit is contained in:
volth 2019-10-22 07:08:46 +00:00
parent 54bfae7096
commit 4d5e1fbd79

View File

@ -18742,12 +18742,12 @@ let
}; };
}; };
TextTrim = buildPerlModule { TextTrim = buildPerlPackage {
pname = "Text-Trim"; pname = "Text-Trim";
version = "1.02"; version = "1.03";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/M/MA/MATTLAW/Text-Trim-1.02.tar.gz; url = mirror://cpan/authors/id/R/RJ/RJT/Text-Trim-1.03.tar.gz;
sha256 = "1bnwjl5n04w8nnrzrm75ljn4pijqbijr9csfkjcs79h4gwn9lwqw"; sha256 = "0ks9afvx9c1b6px98wwzhbyhd2y6hdg7884814fc9pnx8qfzrz50";
}; };
meta = { meta = {
description = "Remove leading and/or trailing whitespace from strings"; description = "Remove leading and/or trailing whitespace from strings";