gnu: ocaml-frontc: Update to 3.4.2.
* gnu/packages/ocaml.scm (ocaml-frontc): Update to 3.4.2.
This commit is contained in:
parent
4a8a0d8520
commit
e57dd20118
|
@ -1140,7 +1140,7 @@ for speed and space economy.")
|
||||||
(define-public ocaml-frontc
|
(define-public ocaml-frontc
|
||||||
(package
|
(package
|
||||||
(name "ocaml-frontc")
|
(name "ocaml-frontc")
|
||||||
(version "3.4.1")
|
(version "3.4.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1150,7 +1150,7 @@ for speed and space economy.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dq5nks0c9gsbr1m8k39m1bniawr5hqcy1r8x5px7naa95ch06ak"))))
|
"0k7jk9hkglnkk27s62xl493jyqc017gyvwqb1lyc0ywbb001s102"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in New Issue