perlPackages.ExtUtilsMakeMaker: 7.56 -> 7.62
This commit is contained in:
parent
d6dac81240
commit
1f42629165
1 changed files with 3 additions and 3 deletions
|
@ -7620,10 +7620,10 @@ let
|
||||||
|
|
||||||
ExtUtilsMakeMaker = buildPerlPackage {
|
ExtUtilsMakeMaker = buildPerlPackage {
|
||||||
pname = "ExtUtils-MakeMaker";
|
pname = "ExtUtils-MakeMaker";
|
||||||
version = "7.56";
|
version = "7.62";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.56.tar.gz";
|
url = "mirror://cpan/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.62.tar.gz";
|
||||||
sha256 = "05h058iwx81qs384kgyx34qnhqznavzwmhdsin65c434hga8jly9";
|
sha256 = "5022ad857fd76bd3f6b16af099fe2324639d9932e08f21e891fb313d9cae1705";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "Create a module Makefile";
|
description = "Create a module Makefile";
|
||||||
|
|
Loading…
Reference in a new issue