perlPackages.LinuxFD: 0.011 -> 0.014

This commit is contained in:
Stig Palmquist 2023-10-10 11:56:43 +02:00
parent 1001bde3d0
commit 02ca451d68

View File

@ -13639,10 +13639,10 @@ with self; {
LinuxFD = buildPerlModule {
pname = "Linux-FD";
version = "0.011";
version = "0.014";
src = fetchurl {
url = "mirror://cpan/authors/id/L/LE/LEONT/Linux-FD-0.011.tar.gz";
hash = "sha256-a7V51HZEyw7TVib/d+kJrmkGMHPGrAmqBhT+8A+jc1Y=";
url = "mirror://cpan/authors/id/L/LE/LEONT/Linux-FD-0.014.tar.gz";
hash = "sha256-eDHcJkxG2bh/dkNhdNdmFBRSQ2Mwg+CQqrTZo1LwQ60=";
};
buildInputs = [ TestException ];
propagatedBuildInputs = [ SubExporter ];