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>
This commit is contained in:
Xinglu Chen 2021-09-16 17:16:23 +02:00 committed by Efraim Flashner
parent 193e2996e3
commit ae0f3f04a7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3350,7 +3350,7 @@ (define-public ocaml-seq
(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 @@ (define-public ocaml-re
(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