mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +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
|
||||
(package
|
||||
(name "cjson")
|
||||
(version "1.7.14")
|
||||
(version "1.7.15")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -49,7 +49,7 @@
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1rlnailhjm180zb6pc17jwphjwivw8kfpqgixjfgq4iyryq46sah"))))
|
||||
(base32 "0lmq7sx09rmsirimbyvaaia44i134ppkp10cw1d2rygr76k9qwq2"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("-DENABLE_CJSON_UTILS=On")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue