Merge pull request #135653 from zakame/updates/perl-ExtUtils-CChecker-0.11

perlPackages.ExtUtilsCChecker: 0.10 -> 0.11
This commit is contained in:
Stig 2021-08-25 14:20:09 +02:00 committed by GitHub
commit 792eb07e54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7509,10 +7509,10 @@ let
ExtUtilsCChecker = buildPerlModule {
pname = "ExtUtils-CChecker";
version = "0.10";
version = "0.11";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PEVANS/ExtUtils-CChecker-0.10.tar.gz";
sha256 = "50bfe76870fc1510f56bae4fa2dce0165d9ac4af4e7320d6b8fda14dfea4be0b";
url = "mirror://cpan/authors/id/P/PE/PEVANS/ExtUtils-CChecker-0.11.tar.gz";
sha256 = "1x8vafpff5nma18svxp1h3mp069fjmzlsdvnbcgn3z1pgrkkcxqi";
};
buildInputs = [ TestFatal ];
meta = {