[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: ocaml-uuseg: Update to 14.0.0.
From: |
guix-commits |
Subject: |
01/04: gnu: ocaml-uuseg: Update to 14.0.0. |
Date: |
Fri, 19 Nov 2021 17:58:26 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit c83dbe2cc0a284ee12ab199b4ad138ec092bc739
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Nov 19 23:44:16 2021 +0100
gnu: ocaml-uuseg: Update to 14.0.0.
* gnu/packages/ocaml.scm (ocaml-uuseg): Update to 14.0.0.
---
gnu/packages/ocaml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 54c1188..769d063 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7128,7 +7128,7 @@ selection of character properties of the Unicode
character database.")
(define-public ocaml-uuseg
(package
(name "ocaml-uuseg")
- (version "13.0.0")
+ (version "14.0.0")
(source
(origin
(method url-fetch)
@@ -7136,7 +7136,7 @@ selection of character properties of the Unicode
character database.")
"uuseg-" version ".tbz"))
(sha256
(base32
- "1a635j8ra6p27g1ivfln3387lhwqmf6vq4r6bn7b6n1qsqyi1rls"))))
+ "1g9zyzjkhqxgbb9mh3cgaawscwdazv6y8kdqvmy6yhnimmfqv25p"))))
(build-system ocaml-build-system)
(arguments
'(#:build-flags '("build" "--tests" "true")