mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
perlPackages.ExtUtilsMakeMaker: 7.56 -> 7.62
This commit is contained in:
parent
d6dac81240
commit
1f42629165
|
@ -7620,10 +7620,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";
|
||||
|
|
Loading…
Reference in a new issue