mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libfastjson: Update to 1.2304.0
* gnu/packages/c.scm (libfastjson): Update to 1.2304.0
This commit is contained in:
parent
178d407c42
commit
d1d2759ae1
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue