guix-commits
[Top][All Lists]
Advanced

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

04/13: gnu: ocaml-qcheck: Update to 0.10.


From: guix-commits
Subject: 04/13: gnu: ocaml-qcheck: Update to 0.10.
Date: Tue, 3 Sep 2019 17:35:12 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit ab68604e5fdbf6e8731cba3049109bd53ba2c440
Author: Julien Lepiller <address@hidden>
Date:   Tue Sep 3 21:12:28 2019 +0200

    gnu: ocaml-qcheck: Update to 0.10.
    
    * gnu/packages/ocaml.scm (ocaml-qcheck): Update to 0.10.
---
 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 5921d4e..6176a3b 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1186,7 +1186,7 @@ GNU CC attributes.  It provides also a C pretty printer 
as an example of use.")
 (define-public ocaml-qcheck
   (package
     (name "ocaml-qcheck")
-    (version "0.9")
+    (version "0.10")
     (source
      (origin
        (method git-fetch)
@@ -1195,7 +1195,7 @@ GNU CC attributes.  It provides also a C pretty printer 
as an example of use.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0w83v9ylycsssyn47q8wnkfbvhn5vn10z6i35n5965i2m1r0mmcf"))))
+        (base32 "1i7axg7vmivrkzsahyg79my584myvzxv0922k4000bdwnhzd0kzh"))))
     (build-system dune-build-system)
     (arguments
      `(#:test-target "."))



reply via email to

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