diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-11-19 23:52:45 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-11-19 23:53:35 +0100 |
commit | a37f84fd617c107db0ac2f2fbd715b73be4b2d12 (patch) | |
tree | cb8c573c7ba5fc2755fc5e869f404a9be2ceecc7 /gnu/packages/ocaml.scm | |
parent | c83dbe2cc0a284ee12ab199b4ad138ec092bc739 (diff) | |
download | guix-a37f84fd617c107db0ac2f2fbd715b73be4b2d12.tar.gz guix-a37f84fd617c107db0ac2f2fbd715b73be4b2d12.zip |
gnu: ocaml-uucd: Update to 14.0.0.
* gnu/packages/ocaml.scm (ocaml-uucd): Update to 14.0.0.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 769d063929..3e8a698da9 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -7063,7 +7063,7 @@ client chooses the concrete timeline.") (define-public ocaml-uucd (package (name "ocaml-uucd") - (version "13.0.0") + (version "14.0.0") (source (origin (method url-fetch) @@ -7071,7 +7071,7 @@ client chooses the concrete timeline.") "uucd-" version ".tbz")) (sha256 (base32 - "1fg77hg4ibidkv1x8hhzl8z3rzmyymn8m4i35jrdibb8adigi8v2")))) + "0fc737v5gj3339jx4x9xr096lxrpwvp6vaiylhavcvsglcwbgm30")))) (build-system ocaml-build-system) (arguments '(#:build-flags '("build" "--tests" "true") |