me
/
guix
Archived
1
0
Fork 0

gnu: ocaml: Update to 4.02.3.

* gnu/packages/ocaml.scm (ocaml): Update to 4.02.3.
master
Andreas Enge 2015-08-23 16:30:52 +02:00
parent 2e718b9f21
commit be78e52cb0
1 changed files with 2 additions and 2 deletions

View File

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