gnu: ocaml-ezjsonm: Update to 1.1.0.
* gnu/packages/ocaml.scm (ocaml-ezjsonm): Update to 1.1.0.
This commit is contained in:
parent
58c3118f59
commit
bcc718be03
|
@ -2638,16 +2638,16 @@ 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.0.0")
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/mirage/ezjsonm.git")
|
(url "https://github.com/mirage/ezjsonm.git")
|
||||||
(commit version)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1dzjqrj7nl15ij921r7439fp0m7jrl3vskkdqb4syihjvsbvq1sj"))))
|
(base32 "064j9pzy01p3dv947khqyn7fkjbs3jmrqsg8limb4abnlaqxxs2s"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:package "ezjsonm"
|
`(#:package "ezjsonm"
|
||||||
|
|
Loading…
Reference in New Issue