gnu: ocaml-uucp: Update to 14.0.0.

* gnu/packages/ocaml.scm (ocaml-uucp): Update to 14.0.0.
This commit is contained in:
Julien Lepiller 2021-11-19 23:53:47 +01:00
parent a37f84fd61
commit ee1188dcb1
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -7096,7 +7096,7 @@ (define-public ocaml-uucd
(define-public ocaml-uucp (define-public ocaml-uucp
(package (package
(name "ocaml-uucp") (name "ocaml-uucp")
(version "13.0.0") (version "14.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -7104,7 +7104,7 @@ (define-public ocaml-uucp
"uucp-" version ".tbz")) "uucp-" version ".tbz"))
(sha256 (sha256
(base32 (base32
"19kf8ypxaakacgg1dwwfzkc2zicaj88cmw11fw2z7zl24dn4gyiq")))) "1yx9nih3d9prb9zizq8fzmmqylf24a6yifhf81h33znrj5xn1mpj"))))
(build-system ocaml-build-system) (build-system ocaml-build-system)
(arguments (arguments
'(#:build-flags '("build" "--tests" "true") '(#:build-flags '("build" "--tests" "true")