[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
1 changed files with 4 additions and 4 deletions

View File

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