guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: ocaml-ezjsonm: Update to 1.1.0.


From: guix-commits
Subject: 04/05: gnu: ocaml-ezjsonm: Update to 1.1.0.
Date: Sat, 27 Apr 2019 13:04:13 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit bcc718be031ac550a3a3cde718ac7cffca8a0fa5
Author: Julien Lepiller <address@hidden>
Date:   Sat Apr 27 18:29:46 2019 +0200

    gnu: ocaml-ezjsonm: Update to 1.1.0.
    
    * gnu/packages/ocaml.scm (ocaml-ezjsonm): Update to 1.1.0.
---
 gnu/packages/ocaml.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 7ececfc..da04c7e 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2638,16 +2638,16 @@ writing to these structures, and they are accessed via 
the Bigarray module.")
 (define-public ocaml-ezjsonm
   (package
     (name "ocaml-ezjsonm")
-    (version "1.0.0")
+    (version "1.1.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/mirage/ezjsonm.git";)
-             (commit version)))
+             (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1dzjqrj7nl15ij921r7439fp0m7jrl3vskkdqb4syihjvsbvq1sj"))))
+        (base32 "064j9pzy01p3dv947khqyn7fkjbs3jmrqsg8limb4abnlaqxxs2s"))))
     (build-system dune-build-system)
     (arguments
      `(#:package "ezjsonm"



reply via email to

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