guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: ocaml-utop: Update to 2.4.2.


From: guix-commits
Subject: 03/03: gnu: ocaml-utop: Update to 2.4.2.
Date: Sat, 5 Oct 2019 16:23:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1e6e526e0cf924637d3912b0116aff46662d147a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Oct 5 22:23:19 2019 +0200

    gnu: ocaml-utop: Update to 2.4.2.
    
    * gnu/packages/ocaml.scm (ocaml-utop): Update to 2.4.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 981781f..7984e40 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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



reply via email to

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