perl-Readonly: 2.00 -> 2.01

This commit is contained in:
Robert Helgesson 2016-02-28 00:46:51 +01:00
parent 033fd6ad44
commit 762678d6af

View File

@ -9851,11 +9851,12 @@ let self = _self // overrides; _self = with self; {
};
Readonly = buildPerlModule rec {
name = "Readonly-2.00";
name = "Readonly-2.01";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SA/SANKO/${name}.tar.gz";
sha256 = "9bd0156e958842fdfd6c3bb27a23b47232d4737a407d81fabc4dc64b9363bf98";
sha256 = "ec7076c6851b6d3338e959645cd995343241f5b20000ffc29519faf28f6b482e";
};
buildInputs = [ ModuleBuildTiny ];
meta = {
homepage = https://github.com/sanko/readonly;
description = "Facility for creating read-only scalars, arrays, hashes";