guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: ocaml-spawn: Update to 0.13.0.


From: guix-commits
Subject: 01/05: gnu: ocaml-spawn: Update to 0.13.0.
Date: Sat, 27 Apr 2019 13:04:13 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit f9caa17b633c1760758afc2f12bc7b1e80d7bf53
Author: Julien Lepiller <address@hidden>
Date:   Sat Apr 27 17:55:50 2019 +0200

    gnu: ocaml-spawn: Update to 0.13.0.
    
    * gnu/packages/ocaml.scm (ocaml-spawn): Update to 0.13.0.
---
 gnu/packages/ocaml.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 31bdf62..0e3df64 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4818,15 +4818,16 @@ Configurator allows one to:
 (define-public ocaml-spawn
   (package
     (name "ocaml-spawn")
-    (version "0.12.0")
+    (version "0.13.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                      (url "https://github.com/janestreet/spawn.git";)
                      (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "0amgj7g9sjlbjivn1mg7yjdmxd21hgp4a0ak2zrm95dmm4gi846i"))))
+                "1w003k1kw1lmyiqlk58gkxx8rac7dchiqlz6ah7aj7bh49b36ppf"))))
     (build-system dune-build-system)
     (arguments
      `(#:phases



reply via email to

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