mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ocaml-re: Update to 1.10.4.
* gnu/packages/ocaml.scm (ocaml-re): Update to 1.10.4.
This commit is contained in:
parent
be83b59d31
commit
3d5d09abb8
1 changed files with 2 additions and 2 deletions
|
@ -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 "."))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue