3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ocaml-base: Update to 0.14.1.

* gnu/packages/ocaml.scm (ocaml-base): Update to 0.14.1.
This commit is contained in:
Julien Lepiller 2021-11-19 03:49:29 +01:00
parent 78c930e617
commit eb9fa94cca
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6,7 +6,7 @@
;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2016, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016-2020 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2016-2021 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2017 Ben Woodcroft <donttrustben@gmail.com>
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Peter Kreye <kreyepr@gmail.com>
@ -4919,11 +4919,18 @@ functionality for parsing and pretty-printing s-expressions.")
(define-public ocaml-base
(package
(name "ocaml-base")
(version "0.14.0")
(version "0.14.1")
(home-page "https://github.com/janestreet/base")
(source
(janestreet-origin "base" version
"1rkdhsgbcv0a8p29mwvpd2ldz8cjk97pixl43izm54wyin4lp778"))
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/janestreet/base")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1hizjxmiqlj2zzkwplzjamw9rbnl0kh44sxgjpzdij99qnfkzylf"))))
(build-system dune-build-system)
(propagated-inputs
`(("ocaml-sexplib0" ,ocaml-sexplib0)))