guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: ocaml-qcheck: Update to 0.11.


From: guix-commits
Subject: 02/03: gnu: ocaml-qcheck: Update to 0.11.
Date: Sat, 5 Oct 2019 16:23:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9e560c185cf8781c0e14ddf2efd9c0992956dae5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Oct 5 22:23:12 2019 +0200

    gnu: ocaml-qcheck: Update to 0.11.
    
    * gnu/packages/ocaml.scm (ocaml-qcheck): Update to 0.11.
---
 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 146fb63..981781f 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.10")
+    (version "0.11")
     (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 "1i7axg7vmivrkzsahyg79my584myvzxv0922k4000bdwnhzd0kzh"))))
+        (base32 "0d2wih4zxn2zm7kxd9dnf5nlp838km3vz6wv80fa3m51609fb24i"))))
     (build-system dune-build-system)
     (arguments
      `(#:test-target "."))



reply via email to

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