perlPackages.ExtUtilsConfig: 0.008 -> 0.010

Required by ExtUtils::Builder.

Assisted-by: Claude Code (Claude Opus 4.8)
Signed-off-by: Stig Palmquist <git@stig.io>
This commit is contained in:
Stig Palmquist
2026-06-26 22:23:46 +02:00
parent 32536524af
commit f57d979624
+3 -3
View File
@@ -12571,10 +12571,10 @@ with self;
ExtUtilsConfig = buildPerlPackage {
pname = "ExtUtils-Config";
version = "0.008";
version = "0.010";
src = fetchurl {
url = "mirror://cpan/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz";
hash = "sha256-rlEE9jRlDc6KebftE/tZ1no5whOmd2z9qj7nSeYvGow=";
url = "mirror://cpan/authors/id/L/LE/LEONT/ExtUtils-Config-0.010.tar.gz";
hash = "sha256-gufk6Qy+OA4VL13m4+QDdGmC1QLdMBl6EjZS5GYQxm0=";
};
meta = {
description = "Wrapper for perl's configuration";