mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
[cpan2nix] perlPackages.JSONPP: 4.02 -> 4.04
This commit is contained in:
parent
a1e5379c8b
commit
fdefdf1a48
1 changed files with 3 additions and 3 deletions
|
@ -8966,10 +8966,10 @@ let
|
|||
|
||||
JSONPP = buildPerlPackage {
|
||||
pname = "JSON-PP";
|
||||
version = "4.02";
|
||||
version = "4.04";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/I/IS/ISHIGAKI/JSON-PP-4.02.tar.gz;
|
||||
sha256 = "11wlh4clq0cddiamh1ipps3fh9ly01j4pcdh8f4nw7912bw7pimc";
|
||||
url = mirror://cpan/authors/id/I/IS/ISHIGAKI/JSON-PP-4.04.tar.gz;
|
||||
sha256 = "0smna2b8h9jlzlbfb64i31vabyqyjs3iwhng0f0byjxrsxb1qcc1";
|
||||
};
|
||||
meta = {
|
||||
description = "JSON::XS compatible pure-Perl module";
|
||||
|
|
Loading…
Reference in a new issue