gnu: libfastjson: Update to 0.99.9.

* gnu/packages/c.scm (libfastjson): Update to 0.99.9.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-09 14:23:12 +01:00
parent 5a948f3142
commit 362d478746
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -447,7 +447,7 @@ (define-public libestr
(define-public libfastjson
(package
(name "libfastjson")
(version "0.99.8")
(version "0.99.9")
(source
(origin
(method git-fetch)
@ -456,8 +456,7 @@ (define-public libfastjson
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0qhs0g9slj3p0v2z4s3cnsx44msrlb4k78ljg7714qiziqbrbwyl"))))
(base32 "12rqcdqxazw8czzxbivdapdgj19pcswpw1jp2915sxbljis83g6q"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)