mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: ocaml: Update to 4.14.1.
* gnu/packages/ocaml.scm (ocaml): Update to 4.14.1. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Change-Id: I46de8b8bfac9250420175d0d16473c6cc8ee4198
This commit is contained in:
parent
90fe823638
commit
fe0c13b1f9
1 changed files with 2 additions and 2 deletions
|
@ -253,7 +253,7 @@ (define-public ocaml-5.0
|
|||
(define-public ocaml-4.14
|
||||
(package
|
||||
(name "ocaml")
|
||||
(version "4.14.0")
|
||||
(version "4.14.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -262,7 +262,7 @@ (define-public ocaml-4.14
|
|||
"/ocaml-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0axcc7c23pf4qinz4vxgkba6pwziwbp9i2ydwzar7x9zlp6diarn"))))
|
||||
"0vxvwxxycpc3r5p7ys59d86vw5vdr2lhmck1f3s6qms2096rf9y1"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
|
|
Loading…
Reference in a new issue