summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-02-04 10:56:33 +0100
committerJulien Lepiller <julien@lepiller.eu>2022-02-04 17:49:38 +0100
commit589c99e6f6ef17f30c541042768557a72706df47 (patch)
tree8260b4de8adf8e9945ae219c786cc762b56d1be6 /gnu/packages/ocaml.scm
parent5ce3d41d56e0c1b159e0a48f6e3f3164d2d3f2c8 (diff)
downloadguix-patches-589c99e6f6ef17f30c541042768557a72706df47.tar
guix-patches-589c99e6f6ef17f30c541042768557a72706df47.tar.gz
gnu: ocaml-utop: Update to 2.9.0.
* gnu/packages/ocaml.scm (ocaml-utop): Update to 2.9.0.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 711c873d25..fbdc5557e3 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4135,7 +4135,7 @@ instead of bindings to a C library.")
(define-public ocaml-utop
(package
(name "ocaml-utop")
- (version "2.8.0")
+ (version "2.9.0")
(source
(origin
(method git-fetch)
@@ -4144,7 +4144,7 @@ instead of bindings to a C library.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1zf4hg33sblzh2f65vk0292jg4jlwa8702kfwpsg1kcg4w6nsfdp"))))
+ (base32 "1mdpqc1b67p5rm2jsbwy0gjjgdlfqcakjyh1cwdj959ykz4zy9ld"))))
(build-system dune-build-system)
(arguments
`(#:test-target "."))