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

View file

@ -3585,7 +3585,7 @@ (define-public ocaml-camomile
(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 @@ (define-public ocaml-jbuilder
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"06jdcb4jmmp4wqyf9cm59jzgj0mxkpdzd9q3728gdxc1sz3v1sz0"))))
"0gcy52y0mkg450yxwszp3lww303a1154566r8jb4hh5l61dh4dwj"))))
(build-system ocaml-build-system)
(arguments
`(#:phases