summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2019-04-26 17:33:32 +0200
committerJulien Lepiller <julien@lepiller.eu>2019-04-26 18:28:25 +0200
commit5cb40adaa2e7fe2e306f25dd941ba6da6ec5e8a0 (patch)
treeeb038dc0b2c540012d4b93d6302a296c240bba05
parentd7b05620a923757e0fee0888202f69cb96c348c8 (diff)
downloadgnu-guix-5cb40adaa2e7fe2e306f25dd941ba6da6ec5e8a0.tar
gnu-guix-5cb40adaa2e7fe2e306f25dd941ba6da6ec5e8a0.tar.gz
gnu: ocaml-utop: Update to 2.3.0.
* gnu/packages/ocaml.scm (ocaml-utop): Update to 2.3.0.
-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 36ce6813ca..d710576d3f 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3034,7 +3034,7 @@ instead of bindings to a C library.")
(define-public ocaml-utop
(package
(name "ocaml-utop")
- (version "2.2.0")
+ (version "2.3.0")
(source
(origin
(method git-fetch)
@@ -3043,7 +3043,7 @@ instead of bindings to a C library.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "02hjkc0rdzfq3bqy9mqm5wmw312r3187v9cl66ynb6hxkj6s3glb"))))
+ (base32 "0xvibb97vzzh7yabr5ajhilriwz8cg4c506lxq0bd7ss3aci9han"))))
(build-system dune-build-system)
(arguments
`(#:jbuild? #t