[cpan2nix] perlPackages.JSONAny: 1.29 -> 1.39

This commit is contained in:
volth 2018-04-07 07:56:10 +00:00
parent 3fc2a233e7
commit 7f81eff7d4

View File

@ -7724,16 +7724,16 @@ let self = _self // overrides; _self = with self; {
};
JSONAny = buildPerlPackage {
name = "JSON-Any-1.29";
name = "JSON-Any-1.39";
src = fetchurl {
url = mirror://cpan/authors/id/P/PE/PERIGRIN/JSON-Any-1.29.tar.gz;
sha256 = "15v2j9dh58r7r4s7rnnmgnzzbyz61bhyxwpx1z7r811ixs9bkks2";
url = mirror://cpan/authors/id/E/ET/ETHER/JSON-Any-1.39.tar.gz;
sha256 = "1hspg6khjb38syn59cysnapc1q77qgavfym3fqr6l2kiydf7ajdf";
};
propagatedBuildInputs = [ JSON ];
meta = {
description = "Wrapper Class for the various JSON classes";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
buildInputs = [ TestFatal TestRequires TestWarnings TestWithoutModule ];
};
JSONMaybeXS = buildPerlPackage rec {