guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: ocaml-bisect-ppx: Update to 1.4.2.


From: guix-commits
Subject: 05/08: gnu: ocaml-bisect-ppx: Update to 1.4.2.
Date: Mon, 20 Jan 2020 19:12:40 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 2e038f36f80246ef623e22921baf3731f113a124
Author: Julien Lepiller <address@hidden>
AuthorDate: Mon Jan 20 23:56:53 2020 +0100

    gnu: ocaml-bisect-ppx: Update to 1.4.2.
    
    * gnu/packages/ocaml.scm (ocaml-bisect-ppx): Update to 1.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 acea1fe..37214bb 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5128,7 +5128,7 @@ combinators.")
 (define-public ocaml-bisect-ppx
   (package
     (name "ocaml-bisect-ppx")
-    (version "1.4.1")
+    (version "1.4.2")
     (source
      (origin
        (method git-fetch)
@@ -5138,7 +5138,7 @@ combinators.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1vp3qvrkz7q25nbmvd40vhsnz2k9aqh17bnd21i3q8q0xlr5hdag"))))
+         "0900vli5kw7s5kdam0n4cqsfsfqb7mdb3azn3i55595gilg1vyn8"))))
     (build-system dune-build-system)
     (propagated-inputs
      `(("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree)



reply via email to

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