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:
parent
193e2996e3
commit
ae0f3f04a7
1 changed files with 3 additions and 3 deletions
|
@ -3350,7 +3350,7 @@ standard iterator type starting from 4.07.")
|
||||||
(define-public ocaml-re
|
(define-public ocaml-re
|
||||||
(package
|
(package
|
||||||
(name "ocaml-re")
|
(name "ocaml-re")
|
||||||
(version "1.10.0")
|
(version "1.10.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3359,10 +3359,10 @@ standard iterator type starting from 4.07.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04y7wwa8qbvapciiqd1qzn995xzb1g6rb39hs41jqsb55zdg3gfi"))))
|
(base32 "1lj94y3zj6qff1yizf311h5ww15djbmnb1g43wd0jz3afa9gk59m"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f))
|
`(#:test-target "."))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("ocaml-seq" ,ocaml-seq)))
|
`(("ocaml-seq" ,ocaml-seq)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue