mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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
|
||||
(package
|
||||
(name "libfastjson")
|
||||
(version "0.99.8")
|
||||
(version "0.99.9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -456,8 +456,7 @@ more, like escaping special characters.")
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue