~ruther/guix-local

d349f946d04620c8fab79756b6f147c19e402ead — Dariqq 8 months ago fa4fe70
gnu: yyjson: Update to 0.12.0.

* gnu/packages/c.scm (yyjson): Update to 0.12.0.

Change-Id: I6f84305b7435a677496308d07dd3d1ad8683c70c
Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/c.scm
M gnu/packages/c.scm => gnu/packages/c.scm +2 -2
@@ 1881,7 1881,7 @@ output randomness while retaining speed, simplicity, and conciseness.")
(define-public yyjson
  (package
    (name "yyjson")
    (version "0.10.0")
    (version "0.12.0")
    (source
     (origin
       (method git-fetch)


@@ 1890,7 1890,7 @@ output randomness while retaining speed, simplicity, and conciseness.")
             (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0kmzgs24v0rxlibg4qwlm6yplzs96pgxb1gyviijhkra9z7lx7ws"))))
        (base32 "1v7vgb0wkhh23vyqnch1aiswrgy8rb7yhbyrm7gcwl8c0l92f9nl"))))
    (build-system cmake-build-system)
    (arguments
     (list