guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/11: gnu: ocaml-utop: Update to 2.9.2.


From: guix-commits
Subject: 02/11: gnu: ocaml-utop: Update to 2.9.2.
Date: Sat, 18 Jun 2022 07:16:17 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit ad91e2a0102a616e00569bca2460f8c011f23cdf
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Jun 18 07:54:31 2022 +0200

    gnu: ocaml-utop: Update to 2.9.2.
    
    * gnu/packages/ocaml.scm (ocaml-utop): Update to 2.9.2.
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 093835d370..37dee3aeeb 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4244,7 +4244,7 @@ instead of bindings to a C library.")
 (define-public ocaml-utop
   (package
     (name "ocaml-utop")
-    (version "2.9.1")
+    (version "2.9.2")
     (source
      (origin
        (method git-fetch)
@@ -4253,7 +4253,7 @@ instead of bindings to a C library.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1pmsmi0j4gb1vsd69j0bppkv79wbwz5xcffq78n1i2ibhff6r4j0"))))
+        (base32 "0z5anakgbndhyzbi570pfs2fy69bnmgq9jflgfbly2rhbhwa7wgj"))))
     (build-system dune-build-system)
     (arguments
      `(#:test-target "."))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]