perlPackages.FileLoadLines: 1.01 -> 1.021

This commit is contained in:
Stig Brautaset 2023-07-05 12:52:57 +01:00
parent 0c4918b056
commit 1702b6ec8d
No known key found for this signature in database
GPG Key ID: 68D77873AEB4B2B9

View File

@ -9475,10 +9475,10 @@ with self; {
FileLoadLines = buildPerlPackage {
pname = "File-LoadLines";
version = "1.01";
version = "1.021";
src = fetchurl {
url = "mirror://cpan/authors/id/J/JV/JV/File-LoadLines-1.01.tar.gz";
hash = "sha256-boxuaqSffLmY+r+5ZqSZK7DGLxzT49chNaMRVoNGWdE=";
url = "mirror://cpan/authors/id/J/JV/JV/File-LoadLines-1.021.tar.gz";
hash = "sha256-mOQS98aSYRNPNLh4W926sxVrj0UlU9u1tWytaDuG//A=";
};
buildInputs = [ TestException ];
meta = {