gnu: ocaml-base: Update to 0.14.3.
* gnu/packages/ocaml.scm (ocaml-base): Update to 0.14.3.master
parent
bb5dfd6ede
commit
475b44c9a9
|
@ -5051,7 +5051,7 @@ functionality for parsing and pretty-printing s-expressions.")
|
||||||
(define-public ocaml-base
|
(define-public ocaml-base
|
||||||
(package
|
(package
|
||||||
(name "ocaml-base")
|
(name "ocaml-base")
|
||||||
(version "0.14.1")
|
(version "0.14.3")
|
||||||
(home-page "https://github.com/janestreet/base")
|
(home-page "https://github.com/janestreet/base")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -5062,7 +5062,7 @@ functionality for parsing and pretty-printing s-expressions.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hizjxmiqlj2zzkwplzjamw9rbnl0kh44sxgjpzdij99qnfkzylf"))))
|
"1cqpdpvhr4zns1lpdm2w0p6q400mc1z91hd716mb062ng83n2nsf"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ocaml-sexplib0))
|
(list ocaml-sexplib0))
|
||||||
|
|
Reference in New Issue