perlPackages.FileLoadLines: 1.01 -> 1.021

This commit is contained in:
Stig Brautaset
2023-07-06 10:01:21 +01:00
parent 0c4918b056
commit 1702b6ec8d
+3 -3
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 = {