diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-09-16 17:16:23 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-09-26 14:38:08 +0300 |
commit | ae0f3f04a75b762c80f588825a7673d89097660f (patch) | |
tree | fefb888f920733c88e1d75006219434607599d5f /gnu | |
parent | 193e2996e34689d005bb1e9166f8a3d422f4ceac (diff) | |
download | guix-ae0f3f04a75b762c80f588825a7673d89097660f.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 84c8df28d9..e30bd2f613 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 |