perlPackages.FileFindObject: 0.3.5 -> 0.3.8

This commit is contained in:
Stig Palmquist 2023-10-10 11:56:27 +02:00
parent 723a7294cb
commit e146d83eac

View file

@ -9405,10 +9405,10 @@ with self; {
FileFindObject = buildPerlModule {
pname = "File-Find-Object";
version = "0.3.5";
version = "0.3.8";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/File-Find-Object-0.3.5.tar.gz";
hash = "sha256-3EEkq+ZNwSdOjopeW/nheiqSad66zkWBFbV0afHhapE=";
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/File-Find-Object-0.3.8.tar.gz";
hash = "sha256-TlJRRt6GTt+8kJsIRGKe7O0AY7YdQYuXLu8D+ES7NRQ=";
};
propagatedBuildInputs = [ ClassXSAccessor ];
meta = {