guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: ocaml-utop: Update to 2.0.2.


From: Tobias Geerinckx-Rice
Subject: 07/10: gnu: ocaml-utop: Update to 2.0.2.
Date: Sat, 23 Dec 2017 00:11:23 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 484d68f27c44da9aa899b72f555f20c220e1ac77
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 13 10:33:27 2017 +0100

    gnu: ocaml-utop: Update to 2.0.2.
    
    * gnu/packages/ocaml.scm (ocaml-utop): Update to 2.0.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 46e6bf9..813629d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3698,7 +3698,7 @@ instead of bindings to a C library.")
 (define-public ocaml-utop
   (package
     (name "ocaml-utop")
-    (version "2.0.1")
+    (version "2.0.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/diml/utop/archive/";
@@ -3706,7 +3706,7 @@ instead of bindings to a C library.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1v22bzw1vgwbbmpvi7lkyp2r59w5mag85rmqplb4fwik78x7k4ss"))))
+                "0rglznh4prcix8spi3f060jz2gngk7x8vkd291fxs10b88aqcpxf"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

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