nu: ocaml: Update to 4.07.1

* gnu/packages/ocaml.scm (ocaml): Update to 4.07.1.
This commit is contained in:
Julien Lepiller 2018-11-29 22:32:09 +01:00
parent 5bc593dfb7
commit 6a3cf93818
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 2 additions and 2 deletions

View File

@ -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)