guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: ocaml-jbuilder: Update to 1.0+beta16.


From: Tobias Geerinckx-Rice
Subject: 06/10: gnu: ocaml-jbuilder: Update to 1.0+beta16.
Date: Sat, 23 Dec 2017 00:11:23 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0e43721f32c1a020dd0fb73da29179c88a983508
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 13 10:26:33 2017 +0100

    gnu: ocaml-jbuilder: Update to 1.0+beta16.
    
    * gnu/packages/ocaml.scm (ocaml-jbuilder): Update to 1.0+beta16
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 9a08c8e..46e6bf9 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3585,7 +3585,7 @@ library is currently designed for Unicode Standard 3.2.")
 (define-public ocaml-jbuilder
   (package
     (name "ocaml-jbuilder")
-    (version "1.0+beta14")
+    (version "1.0+beta16")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3594,7 +3594,7 @@ library is currently designed for Unicode Standard 3.2.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "06jdcb4jmmp4wqyf9cm59jzgj0mxkpdzd9q3728gdxc1sz3v1sz0"))))
+                "0gcy52y0mkg450yxwszp3lww303a1154566r8jb4hh5l61dh4dwj"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:phases



reply via email to

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