guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: ocaml-uunf: Update to 14.0.0.


From: guix-commits
Subject: 04/04: gnu: ocaml-uunf: Update to 14.0.0.
Date: Fri, 19 Nov 2021 17:58:27 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 4f86ef865e71f110bd0f198fc1b175d32742fe7e
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Nov 19 23:57:38 2021 +0100

    gnu: ocaml-uunf: Update to 14.0.0.
    
    * gnu/packages/ocaml.scm (ocaml-uunf): Update to 14.0.0.
---
 gnu/packages/ocaml.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index e8f8e97..f7e1c73 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2794,14 +2794,15 @@ string values and to directly encode characters in 
OCaml Buffer.t values.")
 (define-public ocaml-uunf
   (package
     (name "ocaml-uunf")
-    (version "13.0.0")
+    (version "14.0.0")
     (source
      (origin
        (method url-fetch)
-       (uri "https://erratique.ch/software/uunf/releases/uunf-13.0.0.tbz";)
+       (uri (string-append "https://erratique.ch/software/uunf/releases/uunf-";
+                           version".tbz"))
        (sha256
         (base32
-         "1qci04nkp24kdls1z4s8kz5dzgky4nwd5r8345nwdrgwmxhw7ksm"))))
+         "17wv0nm3vvwcbzb1b09akw8jblmigyhbfmh1sy9lkb5756ni94a2"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:build-flags (list "build" "--tests" "true")
@@ -2817,15 +2818,16 @@ string values and to directly encode characters in 
OCaml Buffer.t values.")
      `(("ocamlbuild" ,ocamlbuild)
        ("opam" ,opam)
        ("topkg" ,ocaml-topkg)
-       ;; Test data is otherwise downloaded wit curl
+       ;; Test data is otherwise downloaded with curl
        ("NormalizationTest.txt"
         ,(origin
            (method url-fetch)
            (uri (string-append "https://www.unicode.org/Public/";
                                version
                                "/ucd/NormalizationTest.txt"))
+           (file-name (string-append "NormalizationTest-" version ".txt"))
            (sha256
-              (base32 
"07g0ya4f6zfzvpp24ccxkb2yq568kh83gls85rjl950nv5fya3nn"))))))
+              (base32 
"0c93pqdkksf7b7zw8y2w0h9i5kkrsdjmh2cr5clrrhp6mg10rcvw"))))))
     (propagated-inputs `(("ocaml-uutf" ,ocaml-uutf)))
     (home-page "https://erratique.ch/software/uunf";)
     (synopsis "Unicode text normalization for OCaml")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]