[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/11: gnu: ocaml-uunf: Update to 15.0.0.
From: |
guix-commits |
Subject: |
09/11: gnu: ocaml-uunf: Update to 15.0.0. |
Date: |
Thu, 22 Sep 2022 01:38:44 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 95fdf691b149c28ba0e248cfff72eb83e0e482aa
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Tue Sep 20 20:54:46 2022 +0200
gnu: ocaml-uunf: Update to 15.0.0.
* gnu/packages/ocaml.scm (ocaml-uunf): Update to 15.0.0.
---
gnu/packages/ocaml.scm | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index c9a63c28f6..ee36017bd6 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3068,7 +3068,7 @@ string values and to directly encode characters in OCaml
Buffer.t values.")
(define-public ocaml-uunf
(package
(name "ocaml-uunf")
- (version "14.0.0")
+ (version "15.0.0")
(source
(origin
(method url-fetch)
@@ -3076,13 +3076,18 @@ string values and to directly encode characters in
OCaml Buffer.t values.")
version".tbz"))
(sha256
(base32
- "17wv0nm3vvwcbzb1b09akw8jblmigyhbfmh1sy9lkb5756ni94a2"))))
+ "1s5svvdqfbzw16rf1h0zm9n92xfdr0qciprd7lcjza8z1hy6pyh7"))))
(build-system ocaml-build-system)
(arguments
`(#:build-flags (list "build" "--tests" "true")
#:phases
(modify-phases %standard-phases
(delete 'configure)
+ ;; reported and fixed upstream, will be available in next version.
+ (add-before 'build 'fix-test
+ (lambda _
+ (substitute* "test/test.ml"
+ (("test/NormalizationTest.txt") "-"))))
(add-before 'check 'check-data
(lambda* (#:key inputs #:allow-other-keys)
(copy-file (assoc-ref inputs "NormalizationTest.txt")
@@ -3101,7 +3106,7 @@ string values and to directly encode characters in OCaml
Buffer.t values.")
"/ucd/NormalizationTest.txt"))
(file-name (string-append "NormalizationTest-" version ".txt"))
(sha256
- (base32
"0c93pqdkksf7b7zw8y2w0h9i5kkrsdjmh2cr5clrrhp6mg10rcvw"))))))
+ (base32
"09pkawfqpgy2xnv2nkkgmxv53rx4anprg65crbbcm02a2p6ci6pv"))))))
(propagated-inputs (list ocaml-uutf))
(home-page "https://erratique.ch/software/uunf")
(synopsis "Unicode text normalization for OCaml")
- branch master updated (33d4992b69 -> 04cad8e29e), guix-commits, 2022/09/22
- 05/11: gnu: coq-mathcomp: Update to 1.15.0., guix-commits, 2022/09/22
- 08/11: gnu: ocaml-linenoise: Update to 1.4.0., guix-commits, 2022/09/22
- 11/11: gnu: Add ideviceinstaller., guix-commits, 2022/09/22
- 01/11: gnu: Add ocaml-lablgtk3-sourceview3., guix-commits, 2022/09/22
- 09/11: gnu: ocaml-uunf: Update to 15.0.0.,
guix-commits <=
- 06/11: gnu: coq-interval: Update to 4.5.2., guix-commits, 2022/09/22
- 04/11: gnu: coq-gappa: Update to 1.5.2., guix-commits, 2022/09/22
- 02/11: gnu: lablgtk3: Update to 3.1.2., guix-commits, 2022/09/22
- 07/11: gnu: coq: Update to 8.16.0., guix-commits, 2022/09/22
- 10/11: gnu: ocaml-uucp: Update to 15.0.0., guix-commits, 2022/09/22
- 03/11: gnu: coq-flocq: Update to 4.1.0., guix-commits, 2022/09/22