mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: ocaml-base: Update to 0.14.3.
* gnu/packages/ocaml.scm (ocaml-base): Update to 0.14.3.
This commit is contained in:
parent
bb5dfd6ede
commit
475b44c9a9
1 changed files with 2 additions and 2 deletions
|
@ -5051,7 +5051,7 @@ (define-public ocaml4.07-sexplib
|
|||
(define-public ocaml-base
|
||||
(package
|
||||
(name "ocaml-base")
|
||||
(version "0.14.1")
|
||||
(version "0.14.3")
|
||||
(home-page "https://github.com/janestreet/base")
|
||||
(source
|
||||
(origin
|
||||
|
@ -5062,7 +5062,7 @@ (define-public ocaml-base
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hizjxmiqlj2zzkwplzjamw9rbnl0kh44sxgjpzdij99qnfkzylf"))))
|
||||
"1cqpdpvhr4zns1lpdm2w0p6q400mc1z91hd716mb062ng83n2nsf"))))
|
||||
(build-system dune-build-system)
|
||||
(propagated-inputs
|
||||
(list ocaml-sexplib0))
|
||||
|
|
Loading…
Reference in a new issue