[nix-update-cpan] perlPackages.PkgConfig: 0.24026 -> 0.25026

This commit is contained in:
Stig Palmquist 2020-12-13 13:27:06 +01:00
parent e9ab989f24
commit b13e39825e

View File

@ -16544,10 +16544,10 @@ let
PkgConfig = buildPerlPackage { PkgConfig = buildPerlPackage {
pname = "PkgConfig"; pname = "PkgConfig";
version = "0.24026"; version = "0.25026";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/P/PL/PLICEASE/PkgConfig-0.24026.tar.gz"; url = "mirror://cpan/authors/id/P/PL/PLICEASE/PkgConfig-0.25026.tar.gz";
sha256 = "345d44562802ddf3da70faf817e2d1884808166d00480fcce6d7b92005d91aee"; sha256 = "1862hzlkibqsgynrnwg43acycp4rlsv19gsybjwq39nnqb9mxfjd";
}; };
meta = { meta = {
description = "Pure-Perl Core-Only replacement for pkg-config"; description = "Pure-Perl Core-Only replacement for pkg-config";