guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: ocaml-uuseg: Update to 15.0.0.


From: guix-commits
Subject: 01/03: gnu: ocaml-uuseg: Update to 15.0.0.
Date: Mon, 10 Oct 2022 02:56:06 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 7c1c144ce6ed37f6f942ed06c6640a6c34a59e08
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Oct 10 07:25:59 2022 +0200

    gnu: ocaml-uuseg: Update to 15.0.0.
    
    * gnu/packages/ocaml.scm (ocaml-uuseg): Update to 15.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 4bc159481e..b532317043 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -8150,7 +8150,7 @@ selection of character properties of the Unicode 
character database.")
 (define-public ocaml-uuseg
   (package
     (name "ocaml-uuseg")
-    (version "14.0.0")
+    (version "15.0.0")
     (source
      (origin
        (method url-fetch)
@@ -8158,7 +8158,7 @@ selection of character properties of the Unicode 
character database.")
                            "uuseg-" version ".tbz"))
        (sha256
         (base32
-         "1g9zyzjkhqxgbb9mh3cgaawscwdazv6y8kdqvmy6yhnimmfqv25p"))))
+         "1qz130wlmnvb6j7kpvgjlqmdm2jqid4wb1dmrsls4hdm4rp7gk5b"))))
     (build-system ocaml-build-system)
     (arguments
      '(#:build-flags '("build" "--tests" "true")



reply via email to

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