perl-Sub-Identify: 0.04 -> 0.12

This commit is contained in:
Robert Helgesson 2016-09-22 23:13:49 +02:00
parent da514a2cf9
commit 897bdd061f
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -11695,10 +11695,14 @@ let self = _self // overrides; _self = with self; {
};
SubIdentify = buildPerlPackage rec {
name = "Sub-Identify-0.04";
name = "Sub-Identify-0.12";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RG/RGARCIA/${name}.tar.gz";
sha256 = "16g4dkmb4h5hh15jsq0kvsf3irrlrlqdv7qk6605wh5gjjwbcjxy";
sha256 = "83bb785a66113b4a966db0a4186fd1dd07987acdacb4502b1e1558f817dde825";
};
meta = {
description = "Retrieve names of code references";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};