gnu: libfastjson: Update to 1.2304.0

* gnu/packages/c.scm (libfastjson): Update to 1.2304.0
This commit is contained in:
Aaron Covrig 2024-10-12 18:53:15 -04:00 committed by Zheng Junjie
parent 178d407c42
commit d1d2759ae1
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -818,7 +818,7 @@ more, like escaping special characters.")
(define-public libfastjson (define-public libfastjson
(package (package
(name "libfastjson") (name "libfastjson")
(version "0.99.9") (version "1.2304.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -827,10 +827,9 @@ 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 "12rqcdqxazw8czzxbivdapdgj19pcswpw1jp2915sxbljis83g6q")))) (base32 "0gmyzplnb4cfbg4yai0s8yi13xbaq606d5h50zwlkky712aklwss"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs (list autoconf automake libtool))
(list autoconf automake libtool))
(home-page "https://github.com/rsyslog/libfastjson") (home-page "https://github.com/rsyslog/libfastjson")
(synopsis "Fast JSON library for C") (synopsis "Fast JSON library for C")
(description (description