guix-commits
[Top][All Lists]
Advanced

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

19/54: gnu: ocaml-utop: Update to 2.9.1.


From: guix-commits
Subject: 19/54: gnu: ocaml-utop: Update to 2.9.1.
Date: Sun, 1 May 2022 07:16:04 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 3e9c40158a8fd1466c94e49d8e2820fb342bf679
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Apr 30 21:14:54 2022 +0200

    gnu: ocaml-utop: Update to 2.9.1.
    
    * gnu/packages/ocaml.scm (ocaml-utop): Update to 2.9.1.
---
 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 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 "."))



reply via email to

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