guix-commits
[Top][All Lists]
Advanced

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

01/03: nu: ocaml: Update to 4.07.1


From: guix-commits
Subject: 01/03: nu: ocaml: Update to 4.07.1
Date: Thu, 29 Nov 2018 17:17:18 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 6a3cf93818aa71b23be5f0dbf168d7f9dd8a333c
Author: Julien Lepiller <address@hidden>
Date:   Thu Nov 29 22:32:09 2018 +0100

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

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 9c0ab94..c9463d5 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -261,7 +261,7 @@ functional, imperative and object-oriented styles of 
programming.")
 (define-public ocaml-4.07
   (package
     (inherit ocaml-4.02)
-    (version "4.07.0")
+    (version "4.07.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -270,7 +270,7 @@ functional, imperative and object-oriented styles of 
programming.")
                     "/ocaml-" version ".tar.xz"))
               (sha256
                (base32
-                "03wzkzv6w4rdiiva20g5amz0n4x75swpjl8d80468p6zm8hgfnzl"))))
+                "1f07hgj5k45cylj1q3k5mk8yi02cwzx849b1fwnwia8xlcfqpr6z"))))
     (arguments
      (substitute-keyword-arguments (package-arguments ocaml-4.02)
        ((#:phases phases)



reply via email to

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