[cpan2nix] perlPackages.JSONPP: 4.00 -> 4.02
This commit is contained in:
parent
c1d12dfe7f
commit
57fc8aee83
@ -8049,10 +8049,10 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
JSONPP = buildPerlPackage rec {
|
JSONPP = buildPerlPackage rec {
|
||||||
name = "JSON-PP-4.00";
|
name = "JSON-PP-4.02";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/I/IS/ISHIGAKI/JSON-PP-4.00.tar.gz;
|
url = mirror://cpan/authors/id/I/IS/ISHIGAKI/JSON-PP-4.02.tar.gz;
|
||||||
sha256 = "0g0g6qxcic5p34n51dlpq2s9f23qzlxxqsgprv7x962k894qxx5y";
|
sha256 = "11wlh4clq0cddiamh1ipps3fh9ly01j4pcdh8f4nw7912bw7pimc";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "JSON::XS compatible pure-Perl module";
|
description = "JSON::XS compatible pure-Perl module";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user