perlPackages.ExtUtilsF77: 1.24 -> 1.26

This commit is contained in:
Stig Palmquist 2023-10-10 11:56:25 +02:00
parent a7d1c20ed6
commit bd98a2bdef

View file

@ -8943,10 +8943,10 @@ with self; {
ExtUtilsF77 = buildPerlPackage rec {
pname = "ExtUtils-F77";
version = "1.24";
version = "1.26";
src = fetchurl {
url = "mirror://cpan/authors/id/K/KG/KGB/ExtUtils-F77-1.24.tar.gz";
hash = "sha256-NVh4pKf5AesY0h+eIb6Mi/xqr5Zl00skG8HUPjLFtzA=";
url = "mirror://cpan/authors/id/E/ET/ETJ/ExtUtils-F77-1.26.tar.gz";
hash = "sha256-q90dPuxMpPyuXxUrQLyqhi48gG4H5KqRI3V/aqSLndY=";
};
buildInputs = [ pkgs.gfortran ];
propagatedBuildInputs = [ FileWhich ];