[cpan2nix] perlPackages.DevelChecklib: 1.12 -> 1.13

This commit is contained in:
volth 2018-06-23 10:13:03 +00:00
parent d37f244309
commit 9b99d8dc73

View File

@ -3991,10 +3991,10 @@ let self = _self // overrides; _self = with self; {
}; };
DevelChecklib = buildPerlPackage rec { DevelChecklib = buildPerlPackage rec {
name = "Devel-CheckLib-1.12"; name = "Devel-CheckLib-1.13";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/M/MA/MATTN/${name}.tar.gz"; url = "mirror://cpan/authors/id/M/MA/MATTN/${name}.tar.gz";
sha256 = "0lcmpp5spa6rx3b0lv8lzj55hxl72g332lngnhqhmp22aimvw2m9"; sha256 = "1a19qkwxwz3wqb16cdabymfbf9kiydiifw90nd5srpq5hy8gvb94";
}; };
buildInputs = [ IOCaptureOutput MockConfig ]; buildInputs = [ IOCaptureOutput MockConfig ];
}; };