guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: ocaml: Update to 4.02.3.


From: Andreas Enge
Subject: 01/01: gnu: ocaml: Update to 4.02.3.
Date: Sun, 23 Aug 2015 14:31:25 +0000

andreas pushed a commit to branch master
in repository guix.

commit be78e52cb014481f528d7b4fab1601c98da2fdaa
Author: Andreas Enge <address@hidden>
Date:   Sun Aug 23 16:30:52 2015 +0200

    gnu: ocaml: Update to 4.02.3.
    
    * gnu/packages/ocaml.scm (ocaml): Update to 4.02.3.
---
 gnu/packages/ocaml.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 3750399..0318e23 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]