gnu: ocaml-ezjsonm: Update to 1.3.0.
* gnu/packages/ocaml.scm (ocaml-ezjsonm): Update to 1.3.0.
This commit is contained in:
parent
0bf2cf1351
commit
85d7ad2be8
1 changed files with 4 additions and 4 deletions
|
@ -3700,7 +3700,7 @@ writing to these structures, and they are accessed via the Bigarray module.")
|
||||||
(define-public ocaml-ezjsonm
|
(define-public ocaml-ezjsonm
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ezjsonm")
|
(name "ocaml-ezjsonm")
|
||||||
(version "1.1.0")
|
(version "1.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3709,13 +3709,13 @@ writing to these structures, and they are accessed via the Bigarray module.")
|
||||||
(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 "064j9pzy01p3dv947khqyn7fkjbs3jmrqsg8limb4abnlaqxxs2s"))))
|
(base32 "004knljxqxn9zq0rnq7q7wxl4nwlzydm8p9f5cqkl8il5yl5zkjm"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:package "ezjsonm"
|
`(#:package "ezjsonm"
|
||||||
#:test-target "."))
|
#:test-target "."))
|
||||||
(native-inputs (list ocaml-alcotest))
|
(native-inputs (list ocaml-alcotest js-of-ocaml node))
|
||||||
(propagated-inputs (list ocaml-hex ocaml-jsonm ocaml-sexplib))
|
(propagated-inputs (list ocaml-jsonm ocaml-uutf ocaml-sexplib0 ocaml-hex))
|
||||||
(home-page "https://github.com/mirage/ezjsonm/")
|
(home-page "https://github.com/mirage/ezjsonm/")
|
||||||
(synopsis "Read and write JSON data")
|
(synopsis "Read and write JSON data")
|
||||||
(description "Ezjsonm provides more convenient (but far less flexible) input
|
(description "Ezjsonm provides more convenient (but far less flexible) input
|
||||||
|
|
Reference in a new issue