guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: ocaml-utop: Update to 2.4.3.


From: guix-commits
Subject: 01/04: gnu: ocaml-utop: Update to 2.4.3.
Date: Fri, 3 Jan 2020 17:48:12 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 3bc6b9bb17d1aeee7f3a1bde01726f397a25ddbe
Author: Brett Gilio <address@hidden>
Date:   Fri Jan 3 16:22:22 2020 -0600

    gnu: ocaml-utop: Update to 2.4.3.
    
    * gnu/packages/ocaml.scm (ocaml-utop): Update to 2.4.3.
---
 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 2988810..8981831 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3070,7 +3070,7 @@ instead of bindings to a C library.")
 (define-public ocaml-utop
   (package
     (name "ocaml-utop")
-    (version "2.4.2")
+    (version "2.4.3")
     (source
      (origin
        (method git-fetch)
@@ -3079,7 +3079,7 @@ instead of bindings to a C library.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0z8klqwqmq5i111p4awzvlvirhm1dxp0mbfagwfiwq1wg72v6zdm"))))
+        (base32 "1bl4943qpi3qy152dbdm5glhx19zsiylmn4rcxi8l66g58hikyjp"))))
     (build-system dune-build-system)
     (arguments
      `(#:jbuild? #t



reply via email to

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