[nix-update-cpan] perlPackages.ConfigAutoConf: 0.318 -> 0.319

This commit is contained in:
Stig Palmquist 2020-12-13 13:26:42 +01:00
parent a14b2d69ae
commit d41604a38b

View File

@ -3298,10 +3298,10 @@ let
ConfigAutoConf = buildPerlPackage {
pname = "Config-AutoConf";
version = "0.318";
version = "0.319";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RE/REHSACK/Config-AutoConf-0.318.tar.gz";
sha256 = "0d5bxsax2x3xy8bgqrbzs0562x7bpglan8m23hjxw0rhxkz31j9k";
url = "mirror://cpan/authors/id/R/RE/REHSACK/Config-AutoConf-0.319.tar.gz";
sha256 = "0gm3l0qyrgiia67lsmzjfb6ihgbdx1lidli7w47lq9jk4v66ckrh";
};
propagatedBuildInputs = [ CaptureTiny ];
meta = {