gnu: ocaml-ezjsonm: Update to 1.3.0.

* gnu/packages/ocaml.scm (ocaml-ezjsonm): Update to 1.3.0.
This commit is contained in:
Julien Lepiller 2022-06-18 13:12:33 +02:00
parent 0bf2cf1351
commit 85d7ad2be8
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -3700,7 +3700,7 @@ (define-public ocaml-hex
(define-public ocaml-ezjsonm
(package
(name "ocaml-ezjsonm")
(version "1.1.0")
(version "1.3.0")
(source
(origin
(method git-fetch)
@ -3709,13 +3709,13 @@ (define-public ocaml-ezjsonm
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "064j9pzy01p3dv947khqyn7fkjbs3jmrqsg8limb4abnlaqxxs2s"))))
(base32 "004knljxqxn9zq0rnq7q7wxl4nwlzydm8p9f5cqkl8il5yl5zkjm"))))
(build-system dune-build-system)
(arguments
`(#:package "ezjsonm"
#:test-target "."))
(native-inputs (list ocaml-alcotest))
(propagated-inputs (list ocaml-hex ocaml-jsonm ocaml-sexplib))
(native-inputs (list ocaml-alcotest js-of-ocaml node))
(propagated-inputs (list ocaml-jsonm ocaml-uutf ocaml-sexplib0 ocaml-hex))
(home-page "https://github.com/mirage/ezjsonm/")
(synopsis "Read and write JSON data")
(description "Ezjsonm provides more convenient (but far less flexible) input