mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05: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:
parent
78c930e617
commit
eb9fa94cca
1 changed files with 11 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
|
;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
|
||||||
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
|
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
|
||||||
;;; Copyright © 2016, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
|
;;; 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 Ben Woodcroft <donttrustben@gmail.com>
|
||||||
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2018 Peter Kreye <kreyepr@gmail.com>
|
;;; Copyright © 2018 Peter Kreye <kreyepr@gmail.com>
|
||||||
|
@ -4919,11 +4919,18 @@ (define-public ocaml4.07-sexplib
|
||||||
(define-public ocaml-base
|
(define-public ocaml-base
|
||||||
(package
|
(package
|
||||||
(name "ocaml-base")
|
(name "ocaml-base")
|
||||||
(version "0.14.0")
|
(version "0.14.1")
|
||||||
(home-page "https://github.com/janestreet/base")
|
(home-page "https://github.com/janestreet/base")
|
||||||
(source
|
(source
|
||||||
(janestreet-origin "base" version
|
(origin
|
||||||
"1rkdhsgbcv0a8p29mwvpd2ldz8cjk97pixl43izm54wyin4lp778"))
|
(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)
|
(build-system dune-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("ocaml-sexplib0" ,ocaml-sexplib0)))
|
`(("ocaml-sexplib0" ,ocaml-sexplib0)))
|
||||||
|
|
Loading…
Reference in a new issue