guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/11: gnu: ocaml-ezjsonm: Update to 1.3.0.


From: guix-commits
Subject: 11/11: gnu: ocaml-ezjsonm: Update to 1.3.0.
Date: Sat, 18 Jun 2022 07:16:18 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 85d7ad2be89b4a93e23b2e5715f90a682c34c09d
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Jun 18 13:12:33 2022 +0200

    gnu: ocaml-ezjsonm: Update to 1.3.0.
    
    * gnu/packages/ocaml.scm (ocaml-ezjsonm): Update to 1.3.0.
---
 gnu/packages/ocaml.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f879f68908..4569c526ab 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3700,7 +3700,7 @@ writing to these structures, and they are accessed via 
the Bigarray module.")
 (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 @@ writing to these structures, and they are accessed via 
the Bigarray module.")
              (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]