summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-04-30 21:14:54 +0200
committerJulien Lepiller <julien@lepiller.eu>2022-05-01 13:14:54 +0200
commit3e9c40158a8fd1466c94e49d8e2820fb342bf679 (patch)
treeb68ec8ca3b9b836cdecefd0ac1bfd0c72525da01
parent217180c1f39fbc5fa6289aac35c334f404f268b4 (diff)
downloadguix-patches-3e9c40158a8fd1466c94e49d8e2820fb342bf679.tar
guix-patches-3e9c40158a8fd1466c94e49d8e2820fb342bf679.tar.gz
gnu: ocaml-utop: Update to 2.9.1.
* gnu/packages/ocaml.scm (ocaml-utop): Update to 2.9.1.
-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 0273474cad..601bfdcb49 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4202,7 +4202,7 @@ instead of bindings to a C library.")
(define-public ocaml-utop
(package
(name "ocaml-utop")
- (version "2.9.0")
+ (version "2.9.1")
(source
(origin
(method git-fetch)
@@ -4211,7 +4211,7 @@ instead of bindings to a C library.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1mdpqc1b67p5rm2jsbwy0gjjgdlfqcakjyh1cwdj959ykz4zy9ld"))))
+ (base32 "1pmsmi0j4gb1vsd69j0bppkv79wbwz5xcffq78n1i2ibhff6r4j0"))))
(build-system dune-build-system)
(arguments
`(#:test-target "."))