gnu: ocaml-re: Update to 1.10.4.

* gnu/packages/ocaml.scm (ocaml-re): Update to 1.10.4.
This commit is contained in:
Julien Lepiller 2022-05-01 12:59:27 +02:00
parent be83b59d31
commit 3d5d09abb8
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -3531,7 +3531,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.3") (version "1.10.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3540,7 +3540,7 @@ 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 "1lj94y3zj6qff1yizf311h5ww15djbmnb1g43wd0jz3afa9gk59m")))) (base32 "1g0vmpx6ylv8m0w77zarn215pgb4czc6gcpb2fi5da1s307zwr0w"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
`(#:test-target ".")) `(#:test-target "."))