mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-26 04:25:11 -06:00
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>
This commit is contained in:
parent
fa4fe7091e
commit
d349f946d0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue