3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ocaml-utop: Update to 2.4.2.

* gnu/packages/ocaml.scm (ocaml-utop): Update to 2.4.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-05 22:23:19 +02:00
parent 9e560c185c
commit 1e6e526e0c
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -3123,7 +3123,7 @@ instead of bindings to a C library.")
(define-public ocaml-utop
(package
(name "ocaml-utop")
(version "2.4.1")
(version "2.4.2")
(source
(origin
(method git-fetch)
@ -3132,7 +3132,7 @@ instead of bindings to a C library.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1jm3sagissbw8012mnppknsxl9dqd9514b891b64disqhdb5awg3"))))
(base32 "0z8klqwqmq5i111p4awzvlvirhm1dxp0mbfagwfiwq1wg72v6zdm"))))
(build-system dune-build-system)
(arguments
`(#:jbuild? #t