Merge pull request #133767 from thomasSDK/bump-ExtUtilsMakeMaker

perlPackages.ExtUtilsMakeMaker: 7.56 -> 7.62
This commit is contained in:
Sandro 2021-08-26 22:07:40 +02:00 committed by GitHub
commit 76f2e1966f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7638,10 +7638,10 @@ let
ExtUtilsMakeMaker = buildPerlPackage {
pname = "ExtUtils-MakeMaker";
version = "7.56";
version = "7.62";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.56.tar.gz";
sha256 = "05h058iwx81qs384kgyx34qnhqznavzwmhdsin65c434hga8jly9";
url = "mirror://cpan/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.62.tar.gz";
sha256 = "5022ad857fd76bd3f6b16af099fe2324639d9932e08f21e891fb313d9cae1705";
};
meta = {
description = "Create a module Makefile";