From d7eed4974c5c537c4368767107d54a007bf95be5 Mon Sep 17 00:00:00 2001 From: Stig Palmquist Date: Sun, 13 Dec 2020 13:26:50 +0100 Subject: [PATCH] [nix-update-cpan] perlPackages.FileLoadLines: 0.02 -> 1.01 --- pkgs/top-level/perl-packages.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 75fbea2211b..24a815f9a64 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -7937,11 +7937,12 @@ let FileLoadLines = buildPerlPackage { pname = "File-LoadLines"; - version = "0.02"; + version = "1.01"; src = fetchurl { - url = "mirror://cpan/authors/id/J/JV/JV/File-LoadLines-0.02.tar.gz"; - sha256 = "ab0c1c31cf7b694dd3c9a0707098f7483763d46b60799a7f496ea0588be46b7b"; + url = "mirror://cpan/authors/id/J/JV/JV/File-LoadLines-1.01.tar.gz"; + sha256 = "1lar8s1mc4d36lhxgqyk3hpwdc1bk6j6dfdzzacbjz4zlim6x33f"; }; + buildInputs = [ TestException ]; meta = { description = "Load lines from file"; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];