gnu: ocaml-jbuilder: Update to 1.0+beta16.

* gnu/packages/ocaml.scm (ocaml-jbuilder): Update to 1.0+beta16
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-13 10:26:33 +01:00
parent 36dba63b83
commit 0e43721f32
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3585,7 +3585,7 @@ library is currently designed for Unicode Standard 3.2.")
(define-public ocaml-jbuilder (define-public ocaml-jbuilder
(package (package
(name "ocaml-jbuilder") (name "ocaml-jbuilder")
(version "1.0+beta14") (version "1.0+beta16")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -3594,7 +3594,7 @@ library is currently designed for Unicode Standard 3.2.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"06jdcb4jmmp4wqyf9cm59jzgj0mxkpdzd9q3728gdxc1sz3v1sz0")))) "0gcy52y0mkg450yxwszp3lww303a1154566r8jb4hh5l61dh4dwj"))))
(build-system ocaml-build-system) (build-system ocaml-build-system)
(arguments (arguments
`(#:phases `(#:phases