mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 12:53:05 +00:00
perlPackages.FileLoadLines: 1.01 -> 1.021
This commit is contained in:
parent
0c4918b056
commit
1702b6ec8d
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user