textproc/guile-json: update to 4.7.2

Changelog:

    record: also fix nested record for vectors

    bump version to 4.7.2

    record: don't call scm->record if value is *unspecified* in
    (define-json-type)

    Given the following example:

       (define-json-type <account>
         (id)
         (username)
         (omitted "omitted" <omitted>)
         (boolean))

       (define-json-type <omitted>
         (name))

    If `omitted` is *unspecified* there's no need to keep going through
    that field.

    This also rolls back part of commit 029212e.

    Fixes #78
This commit is contained in:
nikita 2022-11-12 07:42:16 +00:00
parent 72c98b6403
commit ee4159acc1
2 changed files with 7 additions and 7 deletions

View file

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.8 2022/05/09 08:45:39 nikita Exp $
# $NetBSD: Makefile,v 1.9 2022/11/12 07:42:16 nikita Exp $
DISTNAME= guile-json-4.7.1
DISTNAME= guile-json-4.7.2
CATEGORIES= textproc
MASTER_SITES= http://download.savannah.gnu.org/releases/guile-json/
MASTER_SITES= https://download.savannah.gnu.org/releases/guile-json/
MAINTAINER= nikita@NetBSD.org
HOMEPAGE= https://github.com/aconchillo/guile-json

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2022/05/09 08:45:39 nikita Exp $
$NetBSD: distinfo,v 1.9 2022/11/12 07:42:16 nikita Exp $
BLAKE2s (guile-json-4.7.1.tar.gz) = 0d0f091a6c29d3e26cc04ad0c22b58d7ccf13c93b401fbd18d775eee427c2933
SHA512 (guile-json-4.7.1.tar.gz) = f96ca819ffebf8e736cb4e28ee8c6e80c5a7f6f2a064897a4dd7094e3e4b879ba7cd5780778c4dce0db4a938b7603d3352f4a30aab9cd35f47d7ff1c1e3208ac
Size (guile-json-4.7.1.tar.gz) = 162507 bytes
BLAKE2s (guile-json-4.7.2.tar.gz) = b5b0d59ce896dcf4b63e64c3d254524524f672aaf1196b44d4f19b77cba03d8b
SHA512 (guile-json-4.7.2.tar.gz) = f717e4554a2c816bf5b62931a561181c693bb8ae460c2c12e08d4c2d2bf7eb5734b69c1e4b236a0ba685d0db734b510a4c3c3e8134f3def42be8841fdb684b57
Size (guile-json-4.7.2.tar.gz) = 164331 bytes