guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: ocaml-uutf: Update to 1.0.3.


From: guix-commits
Subject: 02/04: gnu: ocaml-uutf: Update to 1.0.3.
Date: Sun, 6 Feb 2022 15:42:46 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit cceb4d34126208c32f1224af50784cb4408922ea
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Feb 6 20:06:36 2022 +0100

    gnu: ocaml-uutf: Update to 1.0.3.
    
    * gnu/packages/ocaml.scm (ocaml-uutf): Update to 1.0.3.
---
 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 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



reply via email to

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