gnu: ocaml: Update to 4.02.3.

* gnu/packages/ocaml.scm (ocaml): Update to 4.02.3.
This commit is contained in:
Andreas Enge 2015-08-23 16:30:52 +02:00
parent 2e718b9f21
commit be78e52cb0

View file

@ -41,7 +41,7 @@ (define-module (gnu packages ocaml)
(define-public ocaml (define-public ocaml
(package (package
(name "ocaml") (name "ocaml")
(version "4.02.1") (version "4.02.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -50,7 +50,7 @@ (define-public ocaml
"/ocaml-" version ".tar.xz")) "/ocaml-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1p7lqvh64xpykh99014mz21q8fs3qyjym2qazhhbq8scwldv1i38")))) "1qwwvy8nzd87hk8rd9sm667nppakiapnx4ypdwcrlnav2dz6kil3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("perl" ,perl) `(("perl" ,perl)