Merge pull request #262095 from zakame/contrib/perl-File-ReadBackwards-1.06

perlPackages.FileReadBackwards: 1.05 -> 1.06
This commit is contained in:
Pol Dellaiera 2023-10-19 21:02:32 +02:00 committed by GitHub
commit 1bb5c959bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9715,10 +9715,10 @@ with self; {
FileReadBackwards = buildPerlPackage {
pname = "File-ReadBackwards";
version = "1.05";
version = "1.06";
src = fetchurl {
url = "mirror://cpan/authors/id/U/UR/URI/File-ReadBackwards-1.05.tar.gz";
hash = "sha256-grJhr4dQfMPn5miZxFcQTryNHAn7hcU/Z8H5D3DxjW4=";
url = "mirror://cpan/authors/id/P/PL/PLICEASE/File-ReadBackwards-1.06.tar.gz";
hash = "sha256-MrKgVJOJqviIde8D1+u//y1ZeeyoW3yBL2tLsQ0QL2I=";
};
meta = {
description = "Read a file backwards by lines";