summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-02-06 20:06:36 +0100
committerJulien Lepiller <julien@lepiller.eu>2022-02-06 21:42:10 +0100
commitcceb4d34126208c32f1224af50784cb4408922ea (patch)
treeb3664bb6fc7b6cec6e3d54ec80aeb5e1e17e7344
parentc8b5f9daf5a5aed503c70ed7b3477d4edfd4f523 (diff)
downloadguix-patches-cceb4d34126208c32f1224af50784cb4408922ea.tar
guix-patches-cceb4d34126208c32f1224af50784cb4408922ea.tar.gz
gnu: ocaml-uutf: Update to 1.0.3.
* gnu/packages/ocaml.scm (ocaml-uutf): Update to 1.0.3.
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 6b743f8892..4a88d17f6c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2809,14 +2809,14 @@ and consumable.")
(define-public ocaml-uutf
(package
(name "ocaml-uutf")
- (version "1.0.1")
+ (version "1.0.3")
(source (origin
(method url-fetch)
(uri (string-append "http://erratique.ch/software/uutf/releases/"
"uutf-" version ".tbz"))
(sha256
(base32
- "1gp96dcggq7s84934vimxh89caaxa77lqiff1yywbwkilkkjcfqj"))))
+ "0s05r8ggp1g97zq4rnvbxzj22pv8ld0k5wsdw662jw0y7mhsawl7"))))
(build-system ocaml-build-system)
(arguments
`(#:tests? #f