diff options
| author | Dariqq <dariqq@posteo.net> | 2025-08-20 13:13:21 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-21 14:30:10 +0200 |
| commit | d349f946d04620c8fab79756b6f147c19e402ead (patch) | |
| tree | 07b2413e6ab57b8b273d2f370558ea4e55f66356 /gnu/packages/c.scm | |
| parent | fa4fe7091eb96fed3cb255f0d43b055e51087e30 (diff) | |
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>
Diffstat (limited to 'gnu/packages/c.scm')
| -rw-r--r-- | gnu/packages/c.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm index d25777fdd58..fe07385795b 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -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 |
