[cpan2nix] perlPackages.PkgConfig: 0.22026 -> 0.23026

This commit is contained in:
volth 2018-10-20 16:40:05 +00:00
parent 5b719f15ac
commit 00584f50a4

View file

@ -12181,10 +12181,10 @@ let
};
PkgConfig = buildPerlPackage rec {
name = "PkgConfig-0.22026";
name = "PkgConfig-0.23026";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PL/PLICEASE/${name}.tar.gz";
sha256 = "d01849bf88f3d56f4efe304cfe56f806867a45b716e3963dcacce17b829433ce";
sha256 = "56c8ad9015af3799b99a21b8790997723406acf479f35d13fe9bf632db2d5c26";
};
meta = {
description = "Pure-Perl Core-Only replacement for pkg-config";