guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ocaml-re: Update to 1.10.3.


From: guix-commits
Subject: branch master updated: gnu: ocaml-re: Update to 1.10.3.
Date: Sun, 26 Sep 2021 07:49:09 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ae0f3f0  gnu: ocaml-re: Update to 1.10.3.
ae0f3f0 is described below

commit ae0f3f04a75b762c80f588825a7673d89097660f
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Thu Sep 16 17:16:23 2021 +0200

    gnu: ocaml-re: Update to 1.10.3.
    
    * gnu/packages/ocaml.scm (ocaml-re): Update to 1.10.3.
    [arguments]<#:tests?>: Enable tests.
    <#:test-target>: Set to ".".
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/ocaml.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 84c8df2..e30bd2f 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3350,7 +3350,7 @@ standard iterator type starting from 4.07.")
 (define-public ocaml-re
   (package
     (name "ocaml-re")
-    (version "1.10.0")
+    (version "1.10.3")
     (source
      (origin
        (method git-fetch)
@@ -3359,10 +3359,10 @@ standard iterator type starting from 4.07.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "04y7wwa8qbvapciiqd1qzn995xzb1g6rb39hs41jqsb55zdg3gfi"))))
+        (base32 "1lj94y3zj6qff1yizf311h5ww15djbmnb1g43wd0jz3afa9gk59m"))))
     (build-system dune-build-system)
     (arguments
-     `(#:tests? #f))
+     `(#:test-target "."))
     (propagated-inputs
      `(("ocaml-seq" ,ocaml-seq)))
     (native-inputs



reply via email to

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