summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2015-08-23 16:30:52 +0200
committerAndreas Enge <andreas@enge.fr>2015-08-23 16:30:52 +0200
commitbe78e52cb014481f528d7b4fab1601c98da2fdaa (patch)
tree353ef9d90f817125a92d34ab85b4274731ab4981 /gnu
parent2e718b9f21e8144ae421c17873b8c49aef385701 (diff)
downloadguix-be78e52cb014481f528d7b4fab1601c98da2fdaa.tar.gz
gnu: ocaml: Update to 4.02.3.
* gnu/packages/ocaml.scm (ocaml): Update to 4.02.3.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 3750399caf..0318e23d32 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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)