mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: cjson: Update to 1.7.15.
* gnu/packages/javascript.scm (cjson): Update to 1.7.15.
This commit is contained in:
parent
81cd1c580c
commit
dde56d8377
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
||||||
(define-public cjson
|
(define-public cjson
|
||||||
(package
|
(package
|
||||||
(name "cjson")
|
(name "cjson")
|
||||||
(version "1.7.14")
|
(version "1.7.15")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
(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 "1rlnailhjm180zb6pc17jwphjwivw8kfpqgixjfgq4iyryq46sah"))))
|
(base32 "0lmq7sx09rmsirimbyvaaia44i134ppkp10cw1d2rygr76k9qwq2"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-DENABLE_CJSON_UTILS=On")))
|
`(#:configure-flags '("-DENABLE_CJSON_UTILS=On")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue