gnu: ocaml-utop: Update to 2.9.1.

* gnu/packages/ocaml.scm (ocaml-utop): Update to 2.9.1.
This commit is contained in:
Julien Lepiller 2022-04-30 21:14:54 +02:00
parent 217180c1f3
commit 3e9c40158a
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -4202,7 +4202,7 @@ (define-public ocaml4.07-lambda-term
(define-public ocaml-utop (define-public ocaml-utop
(package (package
(name "ocaml-utop") (name "ocaml-utop")
(version "2.9.0") (version "2.9.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4211,7 +4211,7 @@ (define-public ocaml-utop
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1mdpqc1b67p5rm2jsbwy0gjjgdlfqcakjyh1cwdj959ykz4zy9ld")))) (base32 "1pmsmi0j4gb1vsd69j0bppkv79wbwz5xcffq78n1i2ibhff6r4j0"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
`(#:test-target ".")) `(#:test-target "."))