mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: ocaml-re: Update to 1.10.0.
* gnu/packages/ocaml.scm (ocaml-re): Update to 1.10.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
cf429a8aa2
commit
d055e1f4aa
1 changed files with 2 additions and 2 deletions
|
@ -3350,7 +3350,7 @@ (define-public ocaml-seq
|
|||
(define-public ocaml-re
|
||||
(package
|
||||
(name "ocaml-re")
|
||||
(version "1.9.0")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3359,7 +3359,7 @@ (define-public ocaml-re
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "07ycb103mr4mrkxfd63cwlsn023xvcjp0ra0k7n2gwrg0mwxmfss"))))
|
||||
(base32 "04y7wwa8qbvapciiqd1qzn995xzb1g6rb39hs41jqsb55zdg3gfi"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f))
|
||||
|
|
Loading…
Reference in a new issue