mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user