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 @@ (define-public ocaml-seq
(define-public ocaml-re
(package
(name "ocaml-re")
(version "1.10.3")
(version "1.10.4")
(source
(origin
(method git-fetch)
@ -3540,7 +3540,7 @@ (define-public ocaml-re
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1lj94y3zj6qff1yizf311h5ww15djbmnb1g43wd0jz3afa9gk59m"))))
(base32 "1g0vmpx6ylv8m0w77zarn215pgb4czc6gcpb2fi5da1s307zwr0w"))))
(build-system dune-build-system)
(arguments
`(#:test-target "."))