nu: ocaml: Update to 4.07.1
* gnu/packages/ocaml.scm (ocaml): Update to 4.07.1.
This commit is contained in:
parent
5bc593dfb7
commit
6a3cf93818
1 changed files with 2 additions and 2 deletions
|
@ -261,7 +261,7 @@ functional, imperative and object-oriented styles of programming.")
|
||||||
(define-public ocaml-4.07
|
(define-public ocaml-4.07
|
||||||
(package
|
(package
|
||||||
(inherit ocaml-4.02)
|
(inherit ocaml-4.02)
|
||||||
(version "4.07.0")
|
(version "4.07.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -270,7 +270,7 @@ functional, imperative and object-oriented styles of programming.")
|
||||||
"/ocaml-" version ".tar.xz"))
|
"/ocaml-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03wzkzv6w4rdiiva20g5amz0n4x75swpjl8d80468p6zm8hgfnzl"))))
|
"1f07hgj5k45cylj1q3k5mk8yi02cwzx849b1fwnwia8xlcfqpr6z"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments ocaml-4.02)
|
(substitute-keyword-arguments (package-arguments ocaml-4.02)
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
|
|
Reference in a new issue