diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-13 10:26:33 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-23 05:09:11 +0100 |
commit | 0e43721f32c1a020dd0fb73da29179c88a983508 (patch) | |
tree | 5a175446e8e9bf31ee48fe959ebe342781dcd54a /gnu/packages/ocaml.scm | |
parent | 36dba63b8389d6dc0d31c794728a59fdea92c10b (diff) | |
download | guix-0e43721f32c1a020dd0fb73da29179c88a983508.tar guix-0e43721f32c1a020dd0fb73da29179c88a983508.tar.gz |
gnu: ocaml-jbuilder: Update to 1.0+beta16.
* gnu/packages/ocaml.scm (ocaml-jbuilder): Update to 1.0+beta16
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 9a08c8e398..46e6bf97bf 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 |