summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-12-13 10:33:27 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-12-23 05:09:11 +0100
commit484d68f27c44da9aa899b72f555f20c220e1ac77 (patch)
tree2f04705b3ff2a3e3774ac666de09c0d7c727058b /gnu/packages/ocaml.scm
parent0e43721f32c1a020dd0fb73da29179c88a983508 (diff)
downloadpatches-484d68f27c44da9aa899b72f555f20c220e1ac77.tar
patches-484d68f27c44da9aa899b72f555f20c220e1ac77.tar.gz
gnu: ocaml-utop: Update to 2.0.2.
* gnu/packages/ocaml.scm (ocaml-utop): Update to 2.0.2
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 46e6bf97bf..813629d700 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3698,7 +3698,7 @@ instead of bindings to a C library.")
(define-public ocaml-utop
(package
(name "ocaml-utop")
- (version "2.0.1")
+ (version "2.0.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/diml/utop/archive/"
@@ -3706,7 +3706,7 @@ instead of bindings to a C library.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1v22bzw1vgwbbmpvi7lkyp2r59w5mag85rmqplb4fwik78x7k4ss"))))
+ "0rglznh4prcix8spi3f060jz2gngk7x8vkd291fxs10b88aqcpxf"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"