gnu: libfastjson: Update to 0.99.9.
* gnu/packages/c.scm (libfastjson): Update to 0.99.9.
This commit is contained in:
parent
5a948f3142
commit
362d478746
1 changed files with 2 additions and 3 deletions
|
@ -447,7 +447,7 @@ more, like escaping special characters.")
|
||||||
(define-public libfastjson
|
(define-public libfastjson
|
||||||
(package
|
(package
|
||||||
(name "libfastjson")
|
(name "libfastjson")
|
||||||
(version "0.99.8")
|
(version "0.99.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -456,8 +456,7 @@ more, like escaping special characters.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "12rqcdqxazw8czzxbivdapdgj19pcswpw1jp2915sxbljis83g6q"))))
|
||||||
"0qhs0g9slj3p0v2z4s3cnsx44msrlb4k78ljg7714qiziqbrbwyl"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|
Reference in a new issue