[cpan2nix] perlPackages.SubIdentify: 0.12 -> 0.14

This commit is contained in:
volth 2018-04-07 07:53:11 +00:00
parent 1ed63b1c97
commit 843fcc9c6e

View File

@ -12977,10 +12977,10 @@ let self = _self // overrides; _self = with self; {
};
SubIdentify = buildPerlPackage rec {
name = "Sub-Identify-0.12";
name = "Sub-Identify-0.14";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RG/RGARCIA/${name}.tar.gz";
sha256 = "83bb785a66113b4a966db0a4186fd1dd07987acdacb4502b1e1558f817dde825";
sha256 = "068d272086514dd1e842b6a40b1bedbafee63900e5b08890ef6700039defad6f";
};
meta = {
description = "Retrieve names of code references";